enabled dconf explicitly and added xfconf for compat
This commit is contained in:
@@ -34,7 +34,11 @@
|
||||
icon.enable = true;
|
||||
};
|
||||
};
|
||||
programs.dconf.profiles.user.databases = [
|
||||
programs = {
|
||||
xfconf.enable = true;
|
||||
dconf = {
|
||||
enable = true;
|
||||
profiles.user.databases = [
|
||||
{
|
||||
lockAll = false;
|
||||
settings = {
|
||||
@@ -47,4 +51,6 @@
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user