dotfiles/modules/system/default.nix
2022-06-19 23:44:29 -04:00

9 lines
147 B
Nix

{ ... }: {
imports = [ ./user.nix ./timezone.nix ./doas.nix ];
# Pin a state version to prevent warnings
system.stateVersion = "22.11";
}