mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
feat: updated nh, gc, and core
This commit is contained in:
parent
9eb6982341
commit
c0ca19d4dd
6 changed files with 148 additions and 177 deletions
|
@ -1,5 +1,14 @@
|
|||
{ flake, ... }:
|
||||
let
|
||||
inherit (flake.config.people) user0;
|
||||
in
|
||||
{
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
clean = {
|
||||
enable = true;
|
||||
dates = "daily";
|
||||
};
|
||||
flake = "/home/${user0}/Files/Projects/dotfiles";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -19,15 +19,10 @@
|
|||
|
||||
nix = {
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
experimental-features = nix-command flakes repl-flake
|
||||
keep-outputs = true
|
||||
keep-derivations = true
|
||||
'';
|
||||
gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 10d";
|
||||
};
|
||||
settings = {
|
||||
substituters = [
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue