diff options
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; |