📌 update stateVersion

This commit is contained in:
2022-06-28 21:54:25 -04:00
parent 4586ccbb2a
commit 84b9bb3558
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 ];
};