roles.home.common: set stateVersion to 22.11
This commit is contained in:
parent
a546edc30d
commit
b46cf0ff6d
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user