enabled dconf explicitly and added xfconf for compat

This commit is contained in:
2026-07-07 13:52:36 +01:00
parent f9ab6fa233
commit dd8369d01e

View File

@@ -34,7 +34,11 @@
icon.enable = true; icon.enable = true;
}; };
}; };
programs.dconf.profiles.user.databases = [ programs = {
xfconf.enable = true;
dconf = {
enable = true;
profiles.user.databases = [
{ {
lockAll = false; lockAll = false;
settings = { settings = {
@@ -47,4 +51,6 @@
} }
]; ];
}; };
};
};
} }