summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/shared.nix4
-rw-r--r--hosts/tarrel.nix3
2 files changed, 0 insertions, 7 deletions
diff --git a/config/shared.nix b/config/shared.nix
index be19717..bc1b3c2 100644
--- a/config/shared.nix
+++ b/config/shared.nix
@@ -31,10 +31,6 @@
programs = {
steam.enable = true;
mtr.enable = true;
- gnupg.agent = {
- enable = true;
- enableSSHSupport = true;
- };
hyprland = {
enable = true;
xwayland.enable = true;
diff --git a/hosts/tarrel.nix b/hosts/tarrel.nix
index 030f18a..8d163dd 100644
--- a/hosts/tarrel.nix
+++ b/hosts/tarrel.nix
@@ -39,9 +39,6 @@
console.keyMap = "us-acentos";
programs.zsh.enable = true;
- programs.gnupg = {
- agent.enable = true;
- };
users.users.jras = {
isNormalUser = true;