Update Darwin building and copier

This commit is contained in:
Greg Hellings
2024-01-22 12:16:56 -06:00
committed by greg-compass
parent 21540946b0
commit b9cca7d400
6 changed files with 25 additions and 31 deletions
-11
View File
@@ -1,11 +0,0 @@
{ ... }:
{
system.stateVersion = 4;
programs = {
zsh.enable = true;
bash.enable = true;
};
services.nix-daemon.enable = true;
nix.gc.interval.Hour = 24;
}