home: add automatic home-manager cleanup service
This commit is contained in:
parent
0f61393bf3
commit
8cae611cd5
2 changed files with 29 additions and 2 deletions
|
@ -9,6 +9,7 @@
|
|||
{
|
||||
imports = [
|
||||
./dummy.nix
|
||||
./home-manager.nix
|
||||
./waybar
|
||||
./helix.nix
|
||||
./kakoune
|
||||
|
@ -58,8 +59,6 @@
|
|||
home.username = "lelgenio";
|
||||
home.homeDirectory = "/home/lelgenio";
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
programs.home-manager.enable = true;
|
||||
home.packages = with pkgs; [
|
||||
terminal
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue