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