Update shared-desktop.nix

This commit is contained in:
Thilo Hohlt
2023-07-05 06:40:36 +02:00
committed by GitHub
parent 5b54255266
commit 0f6c373d6d

View File

@@ -38,7 +38,7 @@
}; };
}; };
dconf.settings = let dconf.settings = let
wallpaper = pkgs.callPackage ../wallpaper.nix {}; wallpaper = pkgs.callPackage ./wallpaper.nix {};
in { in {
"org/gnome/desktop/interface" = { "org/gnome/desktop/interface" = {
color-scheme = "prefer-dark"; color-scheme = "prefer-dark";