diff --git a/sets/packages.nix b/sets/packages.nix index 6cd66dc..fc09d81 100644 --- a/sets/packages.nix +++ b/sets/packages.nix @@ -54,6 +54,7 @@ in git-lfs gitAndTools.gitFull gitAndTools.pass-git-helper + gnupg htop hunspell iw diff --git a/sets/workstation.nix b/sets/workstation.nix index 48d999f..e5008e4 100644 --- a/sets/workstation.nix +++ b/sets/workstation.nix @@ -29,9 +29,4 @@ opengl.driSupport32Bit = (builtins.currentSystem == "x86_64-linux"); steam-hardware.enable = true; }; - - programs.gnupg.agent = { - enable = true; - enableSSHSupport = true; - }; }