From 9a1a94e918ae245730b69f75955e0317ffd2cc15 Mon Sep 17 00:00:00 2001
From: Sakooooo <78461130+Sakooooo@users.noreply.github.com>
Date: Sun, 9 Jul 2023 01:39:36 +0300
Subject: [PATCH] im gonna finish this later
---
README.md | 1 +
hosts/sakotop/configuration.nix | 2 --
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 19bed4db..36c1a640 100644
--- a/README.md
+++ b/README.md
@@ -8,4 +8,5 @@
[Misterio77/nix-starter-configs2](https://github.com/Misterio77/nix-starter-configs)
[pull request for a bug](https://github.com/Misterio77/nix-starter-configs/pull/34/commits/2a5f3ca3dde606b83ea30b5507347bf989819301)
[doom emacs guy -> hlissner/dotfiles](https://github.com/hlissner/dotfiles)
+^ reason i found out about nixos
[nixos.wiki (unofficial)](https://nixos.wiki/)
diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix
index aad3c505..5638fe98 100644
--- a/hosts/sakotop/configuration.nix
+++ b/hosts/sakotop/configuration.nix
@@ -63,7 +63,6 @@
isNormalUser = true;
extraGroups = [ "wheel" "networkmanager" ]; # Enable ‘sudo’ for the user.
packages = with pkgs; [
- networkmanagerapplet
gcc
python3
python310Packages.pip
@@ -72,7 +71,6 @@
nodejs
yarn
newsboat
- ncmpcpp
];
};