fix(nixos): enable home-manager module in home-manager

This commit is contained in:
Michael Thomas 2024-05-01 11:05:18 -04:00
parent a6dfa7abc4
commit ef506252b9

View File

@ -11,5 +11,8 @@
../../modules/zsh.nix
];
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;
home.stateVersion = "21.05";
}