about summary refs log tree commit diff stats
path: root/home-manager/config/dconf/default.nix
blob: 94e4bc96a1a77802fb81beb5ba6b788f230d8674 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# vim: ts=2
{...}: {
  # Also see:  https://github.com/gvolpe/dconf2nix
  dconf.settings = {
    "org/gnome/desktop/wm/preferences" = {
      # hide gtk buttons in titelbar
      button-layout = "";
    };
  };
}