mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53:56 -05:00
stateVersion means things
This commit is contained in:
parent
e9cb23e5e3
commit
8a37f59a09
3 changed files with 6 additions and 3 deletions
|
|
@ -22,7 +22,6 @@ inputs: {
|
|||
};
|
||||
};
|
||||
|
||||
system.stateVersion = "unstable";
|
||||
environment.systemPackages = [
|
||||
pkgs.vlc
|
||||
pkgs.nomacs
|
||||
|
|
@ -76,4 +75,6 @@ inputs: {
|
|||
"L /home/jo/Desktop/Documents - - - - /home/jo/Documents"
|
||||
"L /home/jo/Desktop/Pictures - - - - /home/jo/Pictures"
|
||||
];
|
||||
|
||||
system.stateVersion = "23.05";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue