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