From 23749f887e9c4532ebae45a81c0dc8b177f40b66 Mon Sep 17 00:00:00 2001 From: shinya Date: Mon, 27 Oct 2025 19:50:36 +0100 Subject: [PATCH] test fix --- mate-xp-home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mate-xp-home.nix b/mate-xp-home.nix index 2b0b72e..f55dbd4 100644 --- a/mate-xp-home.nix +++ b/mate-xp-home.nix @@ -157,7 +157,7 @@ home.file.".background-image".source = config.nixp.mate.background.path; dconf.settings = { "org/mate/desktop/background" = { - picture-filename = "/home/${config.home.homeDirectory}/.background-image"; + picture-filename = ".background-image"; }; }; })