nix: refactor configuration into named

This commit is contained in:
Primrose 2024-12-14 10:38:15 +01:00
parent c41c9d9822
commit c04a3b8d2d
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
4 changed files with 21 additions and 30 deletions

View file

@ -19,4 +19,6 @@ in
# it gets turned off so I need to run it more frequently
nix.gc.frequency = lib.mkForce "3 hours";
programs.password-store.enable = true;
}