📌 update stateVersion

This commit is contained in:
James Walker 2022-06-28 21:54:25 -04:00
parent 4586ccbb2a
commit 84b9bb3558
Signed by: walkah
GPG Key ID: 3C127179D6086E93
2 changed files with 2 additions and 2 deletions

View File

@ -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 ];
};

View File

@ -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";
}