enabled dconf explicitly and added xfconf for compat
This commit is contained in:
@@ -34,17 +34,23 @@
|
|||||||
icon.enable = true;
|
icon.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
programs.dconf.profiles.user.databases = [
|
programs = {
|
||||||
{
|
xfconf.enable = true;
|
||||||
lockAll = false;
|
dconf = {
|
||||||
settings = {
|
enable = true;
|
||||||
"org/gnome/desktop/interface" = {
|
profiles.user.databases = [
|
||||||
gtk-theme = "catppuccin-mocha-mauve-compact+rimless";
|
{
|
||||||
icon-theme = "Papirus";
|
lockAll = false;
|
||||||
color-scheme = "prefer-dark";
|
settings = {
|
||||||
};
|
"org/gnome/desktop/interface" = {
|
||||||
};
|
gtk-theme = "catppuccin-mocha-mauve-compact+rimless";
|
||||||
}
|
icon-theme = "Papirus";
|
||||||
];
|
color-scheme = "prefer-dark";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user