aboutsummaryrefslogtreecommitdiff
path: root/macos.local/.flake/system/core.nix.org
diff options
context:
space:
mode:
authorjjanzen <jjanzen@jjanzen.ca>2025-02-12 09:04:57 -0600
committerjjanzen <jjanzen@jjanzen.ca>2025-02-12 09:04:57 -0600
commitf0fbab072141b4fc42b71d0a43d4637ca6909889 (patch)
tree7aaae39b98f3fbbfe27ee75417c49731df5005f4 /macos.local/.flake/system/core.nix.org
parent3d2a234e701eb250e0a21735f1aeaf3b591cf9c4 (diff)
system changes
Diffstat (limited to 'macos.local/.flake/system/core.nix.org')
-rw-r--r--macos.local/.flake/system/core.nix.org3
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;