Aktualisieren von default.nix
Some checks are pending
Flake.lock / build (push) Waiting to run

This commit is contained in:
Mohamed C. 2024-10-06 16:06:41 +02:00 committed by GitHub
parent 802d819db1
commit a9a2b1cef2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -90,13 +90,13 @@ dconf.settings = {
toggle-menu = ["<Super>V"]; toggle-menu = ["<Super>V"];
}; };
"org/gnome/shell/extensions/azwallpaper" = { "org/gnome/shell/extensions/azwallpaper" = {
slideshow-directory = "/home/${user}/Bilder/Wallpaper"; #slideshow-directory = "/home/${user}/Bilder/Wallpaper";
slideshow-use-absolute-time-for-duration = true; slideshow-use-absolute-time-for-duration = true;
}; };
"org/gnome/desktop/background" = { "org/gnome/desktop/background" = {
color-shading-type = "solid"; color-shading-type = "solid";
picture-options = "zoom"; picture-options = "zoom";
picture-uri = "file://" + /home/${user}/Bilder/Wallpaper/wallpaper-asia.jpg; # picture-uri = "file://" + /home/${user}/Bilder/Wallpaper/wallpaper-asia.jpg;
}; };
"org/gnome/shell/extensions/nightthemeswitcher/commands" = { "org/gnome/shell/extensions/nightthemeswitcher/commands" = {
enabled = true; enabled = true;