Files
nixos/modules/darwin/default.nix
T
2023-12-29 23:36:40 -06:00

12 lines
165 B
Nix

{ ... }:
{
system.stateVersion = 4;
programs = {
zsh.enable = true;
bash.enable = true;
};
services.nix-daemon.enable = true;
nix.gc.interval.Hour = 24;
}