UPdate
This commit is contained in:
parent
751baf8055
commit
fa88764856
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
++ lib.optional (builtins.isString desktop) ./hosts/${hostname}/desktops/${desktop} # Machine-specific desktop configs
|
++ lib.optional (builtins.isString desktop) ./hosts/${hostname}/desktops/${desktop} # Machine-specific desktop configs
|
||||||
;
|
;
|
||||||
|
|
||||||
pkgs-unstable = inputs.nixpkgs.legacyPackages.${system};
|
pkgs-unstable = import inputs.nixpkgs.legacyPackages.${system};
|
||||||
|
|
||||||
news.display = "silent";
|
news.display = "silent";
|
||||||
home = {
|
home = {
|
||||||
|
|
Loading…
Reference in a new issue