mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
nh: nix-helper
This commit is contained in:
parent
d12c5d5e4e
commit
8a266783a2
9 changed files with 52 additions and 3 deletions
|
|
@ -37,4 +37,14 @@
|
|||
shell = pkgs.zsh;
|
||||
};
|
||||
programs.command-not-found.enable = true;
|
||||
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
flake = "/home/js0ny/.dotfiles/nixcfgs";
|
||||
clean = {
|
||||
enable = true;
|
||||
dates = "weekly";
|
||||
extraArgs = "--keep 5 --keep-since 3d";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue