nix(home-manager): stop managing self

This commit is contained in:
surtur 2022-09-06 17:51:26 +02:00
parent 756e0103ef
commit c342500b08
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -2,7 +2,12 @@
home.username = "$USER";
home.homeDirectory = "/home/$USER";
home.stateVersion = "22.11";
programs.home-manager.enable = true;
# instead, install with:
# nix profile install --priority 0 home-manager
# hit the issue described here, waiting until resolved:
# https://github.com/nix-community/home-manager/issues/2848
programs.home-manager.enable = false;
programs.home-manager.path = "$HOME/utils/dotfiles";
imports = [