aboutsummaryrefslogtreecommitdiff
path: root/macos.local
diff options
context:
space:
mode:
authorjjanzen <jjanzen@jjanzen.ca>2025-01-09 16:50:05 -0600
committerjjanzen <jjanzen@jjanzen.ca>2025-01-09 16:50:05 -0600
commit064d964c267bc1c052712f94896b58122684a35e (patch)
tree446ff74e9dec49a985dcfb678f005a15da6766a5 /macos.local
parent9c9b1944898284aa0d1567859c74df21355986d7 (diff)
system changes
Diffstat (limited to 'macos.local')
-rw-r--r--macos.local/.flake/system/core.nix.org3
1 files changed, 0 insertions, 3 deletions
diff --git a/macos.local/.flake/system/core.nix.org b/macos.local/.flake/system/core.nix.org
index ea9da37..f20c6da 100644
--- a/macos.local/.flake/system/core.nix.org
+++ b/macos.local/.flake/system/core.nix.org
@@ -29,9 +29,6 @@ This file imports various system configuration components in addition to enablin
# Open text files in neovim by default
environment.variables.EDITOR = "nvim";
- # Run Gnu Privacy Guard
- programs.gnupg.agent.enable = true;
-
# Enable nix
services.nix-daemon.enable = true;
nix.package = pkgs.nix;