mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: refactored firefox
This commit is contained in:
parent
02cdc04431
commit
fafb51aceb
2 changed files with 11 additions and 7 deletions
|
|
@ -94,4 +94,13 @@ in
|
|||
};
|
||||
|
||||
programs.neovim.extraPackages = [ myPkgs.fish-lsp ];
|
||||
|
||||
nix.gc.automatic = false;
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
clean = {
|
||||
enable = true;
|
||||
dates = "weekly";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue