diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-01-09 16:50:05 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-01-09 16:50:05 -0600 |
commit | 064d964c267bc1c052712f94896b58122684a35e (patch) | |
tree | 446ff74e9dec49a985dcfb678f005a15da6766a5 /macos.local/.flake/system/core.nix.org | |
parent | 9c9b1944898284aa0d1567859c74df21355986d7 (diff) |
system changes
Diffstat (limited to 'macos.local/.flake/system/core.nix.org')
-rw-r--r-- | macos.local/.flake/system/core.nix.org | 3 |
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; |