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, 1 insertions, 2 deletions
diff --git a/macos.local/.flake/system/core.nix.org b/macos.local/.flake/system/core.nix.org index d7a5176..718d139 100644 --- a/macos.local/.flake/system/core.nix.org +++ b/macos.local/.flake/system/core.nix.org @@ -29,8 +29,7 @@ This file imports various system configuration components in addition to enablin # Open text files in neovim by default environment.variables.EDITOR = "nvim"; - # Enable nix - services.nix-daemon.enable = true; + # Enable nix packages nix.package = pkgs.nix; programs.gnupg.agent.enable = false; |