diff --git a/modules/gnome/home.nix b/modules/gnome/home.nix index 677dd92..54d690b 100644 --- a/modules/gnome/home.nix +++ b/modules/gnome/home.nix @@ -77,6 +77,13 @@ in history-length = mkUint32 100; }; + # Desktop background configuration + "org/gnome/desktop/background" = { + picture-uri = "file:///home/yanlin/Documents/app-state/nixos-nineish-dark@4k.png"; + picture-uri-dark = "file:///home/yanlin/Documents/app-state/nixos-nineish-dark@4k.png"; + picture-options = "zoom"; + }; + # Disable GNOME Software auto-updates "org/gnome/software" = { download-updates = false;