blob: dc439e1e26008840c1402dd17a2662b39a1f2bbd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
{...}: {
# Also see: https://github.com/gvolpe/dconf2nix
dconf.settings = {
"org/gnome/desktop/wm/preferences" = {
# hide gtk buttons in titelbar
button-layout = "";
};
};
}
|