Commit 0fd53124ec6d
Changed files (1)
systems
modules
core
systems/modules/core/nix.nix
@@ -10,7 +10,6 @@ let
in
{
options = {
- environment.systemPackages = [ pkgs.git ];
core.nix = {
enable = mkOption { type = types.bool; default = true; description = "Enable core.nix"; };
gcDates = mkOption {
@@ -39,6 +38,7 @@ in
};
};
config = mkIf cfg.enable {
+ environment.systemPackages = [ pkgs.git ];
nix = {
allowedUsers = [ "@wheel" ];
binaryCaches = cfg.localCaches ++ [