diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-02-12 09:04:57 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-02-12 09:04:57 -0600 |
commit | f0fbab072141b4fc42b71d0a43d4637ca6909889 (patch) | |
tree | 7aaae39b98f3fbbfe27ee75417c49731df5005f4 | |
parent | 3d2a234e701eb250e0a21735f1aeaf3b591cf9c4 (diff) |
system changes
-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; |