roles.home.common: set stateVersion to 22.11

This commit is contained in:
Giulio De Pasquale 2022-12-01 14:21:40 +01:00
parent a546edc30d
commit b46cf0ff6d

View File

@ -3,5 +3,8 @@
{
imports = [ ./zsh.nix ./git.nix ./helix.nix ];
home = { packages = with pkgs; [ rizin sshfs victor-mono home-manager ]; };
home = {
packages = with pkgs; [ rizin sshfs victor-mono home-manager ];
stateVersion = "22.11";
};
}