dotfiles/modules/system/default.nix

9 lines
147 B
Nix
Raw Normal View History

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