diff --git a/home.nix b/home.nix index 24e3213..994ef25 100644 --- a/home.nix +++ b/home.nix @@ -69,6 +69,11 @@ }; dconf.settings = { + "org/gnome/desktop/background" = { + picture-uri = "file:///home/typo/Pictures/Backgrounds/upscalemedia-transformed-light.png"; + picture-uri-dark = "file:///home/typo/Pictures/Backgrounds/upscalemedia-transformed.png"; + }; + "org/gnome/desktop/wm/keybindings" = { close = lib.hm.gvariant.mkValue ["q"]; };