Updates
This commit is contained in:
parent
09a497b892
commit
ca82508847
2 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue