Initial commit
This commit is contained in:
10
modules/state.nix
Normal file
10
modules/state.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
den.default =
|
||||
let
|
||||
configState = "24.05";
|
||||
in
|
||||
{
|
||||
nixos.system.stateVersion = configState;
|
||||
homeManager.home.stateVersion = configState;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user