mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 20:39:18 -08:00
feat: wine and librewolf stuff
This commit is contained in:
parent
c470c271cf
commit
0df783bf41
20 changed files with 118 additions and 195 deletions
|
|
@ -7,6 +7,10 @@ _: {
|
|||
persistent = true;
|
||||
};
|
||||
};
|
||||
# adds to nixpkgs.overlay, made irrelevant due to `home-manager.useGlobalPkgs`
|
||||
#chaotic.nyx.overlay.enable = false;
|
||||
services.home-manager.autoExpire = {
|
||||
enable = true;
|
||||
frequency = "weekly";
|
||||
store.cleanup = true;
|
||||
timestamp = "-7 days";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue