mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2025-12-22 15:01:57 +00:00
Enabled home-manager.autoExpire
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
./core/user.nix
|
./core/user.nix
|
||||||
./core/packages.nix
|
./core/packages.nix
|
||||||
./core/programs.nix
|
./core/programs.nix
|
||||||
|
./core/services.nix
|
||||||
inputs.hyprcursor-phinger.homeManagerModules.hyprcursor-phinger
|
inputs.hyprcursor-phinger.homeManagerModules.hyprcursor-phinger
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
14
home-manager/core/services.nix
Normal file
14
home-manager/core/services.nix
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
inputs,
|
||||||
|
outputs,
|
||||||
|
lib,
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
unstablePkgs,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
|
services.home-manager.autoExpire = {
|
||||||
|
enable = true;
|
||||||
|
store.cleanup = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user