From 3f600ab07dbad3b6dd7655587ddea158b19aea71 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 26 Aug 2023 23:42:21 +0200 Subject: Refactor(treewide): Abbreviate path names --- hm/soispha/conf/dconf/default.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 hm/soispha/conf/dconf/default.nix (limited to 'hm/soispha/conf/dconf') diff --git a/hm/soispha/conf/dconf/default.nix b/hm/soispha/conf/dconf/default.nix new file mode 100644 index 00000000..dc439e1e --- /dev/null +++ b/hm/soispha/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 = ""; + }; + }; +} -- cgit 1.4.1