diff --git a/modules/gnome.nix b/modules/gnome.nix index 9be5b2c..14f4351 100644 --- a/modules/gnome.nix +++ b/modules/gnome.nix @@ -131,29 +131,12 @@ in # Configure GTK theme and icon theme gtk = { enable = true; - theme = { - package = pkgs.gnome-themes-extra; - name = "Adwaita-dark"; - }; iconTheme = { package = pkgs.adwaita-icon-theme; name = "Adwaita"; }; }; - # Configure Qt theming to match GNOME dark theme - qt = { - enable = true; - platformTheme.name = "adwaita"; - style.name = "adwaita-dark"; - }; - - # Environment variables for consistent dark mode across all applications - home.sessionVariables = { - GTK_THEME = "Adwaita:dark"; - QT_QPA_PLATFORMTHEME = "adwaita"; - }; - # Configure XDG user directories xdg.userDirs = { enable = true; @@ -176,10 +159,6 @@ in home.packages = with pkgs; [ gnomeExtensions.hide-top-bar gnomeExtensions.pano - - # Qt theming packages for dark mode support - adwaita-qt - adwaita-qt6 ]; # Custom desktop file for opening text files with Neovim in Ghostty