📌 update stateVersion
This commit is contained in:
parent
4586ccbb2a
commit
84b9bb3558
@ -19,7 +19,7 @@
|
||||
system = system;
|
||||
homeDirectory = if pkgs.stdenv.isDarwin then "/Users/walkah" else "/home/walkah";
|
||||
username = "walkah";
|
||||
stateVersion = "21.03";
|
||||
stateVersion = "22.05";
|
||||
configuration = { config, pkgs, ... }: {
|
||||
imports = [ ./home.nix ];
|
||||
};
|
||||
|
2
home.nix
2
home.nix
@ -167,5 +167,5 @@
|
||||
# You can update Home Manager without changing this value. See
|
||||
# the Home Manager release notes for a list of state version
|
||||
# changes in each release.
|
||||
home.stateVersion = "21.03";
|
||||
home.stateVersion = "22.05";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user