diff --git a/modules/hyprland/home.nix b/modules/hyprland/home.nix index df49d32..2b5bf6c 100644 --- a/modules/hyprland/home.nix +++ b/modules/hyprland/home.nix @@ -352,10 +352,6 @@ # GTK theme settings (optional, for consistent theming) gtk = { enable = true; - theme = { - name = "Adwaita"; - package = pkgs.gnome-themes-extra; - }; iconTheme = { name = "Papirus-Dark"; package = pkgs.papirus-icon-theme; @@ -377,7 +373,6 @@ dconf.settings = { "org/gnome/desktop/interface" = { color-scheme = "prefer-dark"; - gtk-theme = "Adwaita"; }; };