summaryrefslogtreecommitdiff
path: root/config/themes.nix
diff options
context:
space:
mode:
Diffstat (limited to 'config/themes.nix')
-rw-r--r--config/themes.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/config/themes.nix b/config/themes.nix
index b406f36..3d3fb34 100644
--- a/config/themes.nix
+++ b/config/themes.nix
@@ -11,7 +11,7 @@
gtk = {
enable = true;
- theme = { name = "adw-gtk3-dark"; package = pkgs.adw-gtk3; };
+ theme = { name = "Everforest-Dark-BL-LB"; package = pkgs.everforest-gtk-theme; };
iconTheme = { name = "Papirus-Dark"; package = pkgs.papirus-icon-theme; };
font = { name = "UbuntuMono Nerd Font Mono"; };
@@ -19,6 +19,10 @@
gtk3.extraConfig = {
gtk-decoration-layout = "appmenu:none";
};
+
+ gtk4.extraConfig = {
+ gtk-decoration-layout = "appmenu:none";
+ };
};
qt = {