home: add automatic home-manager cleanup service

This commit is contained in:
Leonardo Eugênio 2025-03-27 01:07:27 -03:00
parent 0f61393bf3
commit 8cae611cd5
No known key found for this signature in database
GPG key ID: 2F8F21CE8721456B
2 changed files with 29 additions and 2 deletions

View file

@ -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