mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: hmm?
This commit is contained in:
parent
4559f5f9c4
commit
ccb6890f93
3 changed files with 14 additions and 9 deletions
|
|
@ -1,9 +1,12 @@
|
|||
_: {
|
||||
{pkgs, ...}: {
|
||||
# TODO: add the same treatment as the other nix gc script
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
frequency = "weekly";
|
||||
persistent = true;
|
||||
nix = {
|
||||
gc = {
|
||||
automatic = true;
|
||||
frequency = "weekly";
|
||||
persistent = true;
|
||||
};
|
||||
package = pkgs.lix;
|
||||
};
|
||||
# adds to nixpkgs.overlay, made irrelevant due to `home-manager.useGlobalPkgs`
|
||||
#chaotic.nyx.overlay.enable = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue