nix(home-manager): stop managing self
This commit is contained in:
parent
756e0103ef
commit
c342500b08
7
home.nix
7
home.nix
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user