From d6a4e5f7832ddd8fa1224f9b58999e3b640d45dd Mon Sep 17 00:00:00 2001 From: Mohamed Chrayed Date: Tue, 3 Mar 2026 23:51:09 +0100 Subject: [PATCH] add gnome xml --- modules/gnome/usr/gnome-mo.nix | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/modules/gnome/usr/gnome-mo.nix b/modules/gnome/usr/gnome-mo.nix index eb57f37..ced0308 100644 --- a/modules/gnome/usr/gnome-mo.nix +++ b/modules/gnome/usr/gnome-mo.nix @@ -124,6 +124,18 @@ source = ./wallpaper; target = ".local/share/backgrounds"; }; - +home.file.".local/share/gnome-background-properties/custom-wallpapers.xml" = { + text = '' + + + + + Custom Wallpapers + /home/mo/.local/share/backgrounds + zoom + + + ''; +}; }; }