From c24c471905f7495c5f0be4fe569dafb3dec07a16 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Tue, 25 Nov 2025 11:58:50 +0100 Subject: [PATCH] declare desktop background for gnome --- modules/gnome/home.nix | 7 +++++++ 1 file changed, 7 insertions(+) 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;