fix(nixos): enable home-manager module in home-manager
This commit is contained in:
parent
a6dfa7abc4
commit
ef506252b9
@ -11,5 +11,8 @@
|
||||
../../modules/zsh.nix
|
||||
];
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
home.stateVersion = "21.05";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user