diff options
Diffstat (limited to 'modules/home.legacy/conf/dconf/default.nix')
-rw-r--r-- | modules/home.legacy/conf/dconf/default.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/home.legacy/conf/dconf/default.nix b/modules/home.legacy/conf/dconf/default.nix new file mode 100644 index 00000000..dc439e1e --- /dev/null +++ b/modules/home.legacy/conf/dconf/default.nix @@ -0,0 +1,9 @@ +{...}: { + # Also see: https://github.com/gvolpe/dconf2nix + dconf.settings = { + "org/gnome/desktop/wm/preferences" = { + # hide gtk buttons in titelbar + button-layout = ""; + }; + }; +} |