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

View file

@ -15,12 +15,12 @@
++ lib.optional (builtins.isString desktop) ./hosts/${hostname}/desktops/${desktop} # Machine-specific desktop configs
;
news.display = "silent";
home = {
inherit username;
stateVersion = hmStateVersion;
homeDirectory = "/home/${username}";
sessionPath = [ "$HOME/.local/bin" ];
news.display = "silent";
nix.gc = {
automatic = true;
frequency = "daily";

View file

@ -21,12 +21,12 @@
++ lib.optional (builtins.isString desktop) ./hosts/${hostname}/desktops/${desktop} # Machine-specific desktop configs
;
news.display = "silent";
home = {
inherit username;
stateVersion = hmStateVersion;
homeDirectory = "/home/${username}";
sessionPath = [ "$HOME/.local/bin" ];
news.display = "silent";
nix.gc = {
automatic = true;
frequency = "daily";