1
0
forked from extern/nix-config

modules: Add system

This commit is contained in:
Donovan Glover 2023-06-22 11:54:12 -04:00
parent 0aaba9a591
commit 1eb77fd467
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
3 changed files with 4 additions and 1 deletions

View File

@ -20,6 +20,7 @@
./resolved.nix ./resolved.nix
./starship.nix ./starship.nix
./stylix.nix ./stylix.nix
./system.nix
./systemd.nix ./systemd.nix
./thunar.nix ./thunar.nix
./timezone.nix ./timezone.nix

3
modules/system.nix Normal file
View File

@ -0,0 +1,3 @@
{
system.stateVersion = "22.11";
}

View File

@ -88,5 +88,4 @@
]; ];
environment.defaultPackages = [ ]; environment.defaultPackages = [ ];
system.stateVersion = "22.11";
} }