dotfiles/modules/system/default.nix

9 lines
147 B
Nix
Raw Normal View History

2022-04-30 12:32:00 -04:00
{ ... }: {
imports = [ ./user.nix ./timezone.nix ./doas.nix ];
2022-06-19 23:44:29 -04:00
# Pin a state version to prevent warnings
system.stateVersion = "22.11";
2022-04-30 12:32:00 -04:00
}