summaryrefslogtreecommitdiff
path: root/config/themes.nix
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-09-28 15:20:25 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-09-28 15:20:25 +0530
commitcab9134cfafbd7abbc6766384191f58c1ca9c16a (patch)
treed6cce13c88e63f29b4ba49bb4d4f5b606d06484e /config/themes.nix
parent32fa47525533b73786d9b41e410a0e6106e18977 (diff)
update
Diffstat (limited to '')
-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 = {