This commit is contained in:
shinya 2025-10-27 19:50:36 +01:00
parent a8a32bcc7e
commit 23749f887e

View File

@ -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";
};
};
})