This commit is contained in:
albert 2024-04-25 22:04:03 +09:00
parent e4d2625adf
commit 09a497b892
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A
2 changed files with 7 additions and 0 deletions

View file

@ -20,6 +20,12 @@
stateVersion = hmStateVersion;
homeDirectory = "/home/${username}";
sessionPath = [ "$HOME/.local/bin" ];
news.display = "silent";
nix.gc = {
automatic = true;
frequency = "daily";
options = "--delete-older-than 30d";
};
};
nixpkgs = {

View file

@ -26,6 +26,7 @@
stateVersion = hmStateVersion;
homeDirectory = "/home/${username}";
sessionPath = [ "$HOME/.local/bin" ];
news.display = "silent";
nix.gc = {
automatic = true;
frequency = "daily";