Enable nh from nixpkgs

This commit is contained in:
Lgmrszd 2024-05-11 01:00:14 +03:00
parent fbbd7dd021
commit 3b6dd1f5f8
No known key found for this signature in database
GPG key ID: 9396B8BA6FBB14DE
3 changed files with 12 additions and 6 deletions

View file

@ -228,6 +228,12 @@ in
programs.fish = {
enable = true;
};
programs.nh = {
enable = true;
clean.enable = true;
clean.extraArgs = "--keep-since 7d --keep 2";
};
# KDE Programs

View file

@ -126,6 +126,10 @@ in
};
};
programs.nh = {
enable = true;
};
programs.mosh.enable = true;