feat: Added nh to macos
This commit is contained in:
8
home/programs/nh.nix
Normal file
8
home/programs/nh.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{...}: {
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
clean.enable = true;
|
||||
clean.extraArgs = "--keep-since 4d --keep 3";
|
||||
flake = "/Users/fs0c131y/.local/share/dotfiles";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user