diff options
Diffstat (limited to 'config/themes.nix')
| -rw-r--r-- | config/themes.nix | 6 | 
1 files changed, 5 insertions, 1 deletions
| diff --git a/config/themes.nix b/config/themes.nix index 818b32d..b406f36 100644 --- a/config/themes.nix +++ b/config/themes.nix @@ -5,7 +5,7 @@      gtk.enable = true;      package = pkgs.bibata-cursors;      name = "Bibata-Modern-Classic"; -    size = 24; +    size = 16;    };    gtk = { @@ -15,6 +15,10 @@      iconTheme = { name = "Papirus-Dark"; package = pkgs.papirus-icon-theme; };      font = { name = "UbuntuMono Nerd Font Mono"; }; + +    gtk3.extraConfig = { +      gtk-decoration-layout = "appmenu:none"; +    };    };    qt = { | 
