{...}: {
  # Also see:  https://github.com/gvolpe/dconf2nix
  dconf.settings = {
    "org/gnome/desktop/wm/preferences" = {
      # hide gtk buttons in titelbar
      button-layout = "";
    };
  };
}