Allow standalone home-manager installation
This commit is contained in:
parent
55a36b27e2
commit
7025bdae9e
6 changed files with 91 additions and 60 deletions
|
@ -39,8 +39,10 @@
|
|||
home.homeDirectory = "/home/lelgenio";
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
programs.home-manager.enable = true;
|
||||
# programs.home-manager.enable = true;
|
||||
home.packages = with pkgs; [
|
||||
# home-manager
|
||||
|
||||
terminal # see flake.nix
|
||||
|
||||
pulse_sink
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue