stateVersion means things

This commit is contained in:
Gerg-L 2023-03-19 18:57:24 -04:00
parent e9cb23e5e3
commit 8a37f59a09
3 changed files with 6 additions and 3 deletions

View file

@ -30,7 +30,6 @@ inputs: {
"steam-original" "steam-original"
"steam-run" "steam-run"
]; ];
system.stateVersion = "unstable";
environment.systemPackages = [ environment.systemPackages = [
pkgs.pcmanfm #file manager pkgs.pcmanfm #file manager
pkgs.librewolf #best browser pkgs.librewolf #best browser
@ -83,4 +82,6 @@ inputs: {
size = 16 * 1024; size = 16 * 1024;
} }
]; ];
system.stateVersion = "23.05";
} }

View file

@ -16,7 +16,6 @@ inputs: {
disko.devices = import ./disko.nix; disko.devices = import ./disko.nix;
system.stateVersion = "unstable";
localModules = { localModules = {
X11Programs = { X11Programs = {
sxhkd.enable = true; sxhkd.enable = true;
@ -130,4 +129,6 @@ inputs: {
includeDefaultModules = false; includeDefaultModules = false;
}; };
}; };
system.stateVersion = "23.05";
} }

View file

@ -22,7 +22,6 @@ inputs: {
}; };
}; };
system.stateVersion = "unstable";
environment.systemPackages = [ environment.systemPackages = [
pkgs.vlc pkgs.vlc
pkgs.nomacs pkgs.nomacs
@ -76,4 +75,6 @@ inputs: {
"L /home/jo/Desktop/Documents - - - - /home/jo/Documents" "L /home/jo/Desktop/Documents - - - - /home/jo/Documents"
"L /home/jo/Desktop/Pictures - - - - /home/jo/Pictures" "L /home/jo/Desktop/Pictures - - - - /home/jo/Pictures"
]; ];
system.stateVersion = "23.05";
} }