This commit is contained in:
albert 2024-04-25 22:11:15 +09:00
parent ca82508847
commit 2e24b628e1
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A
2 changed files with 2 additions and 10 deletions

View file

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

View file

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