From fdd286c19f1542e87299323d3deafd6a8c4fa659 Mon Sep 17 00:00:00 2001 From: Pedro Rey Anca Date: Mon, 9 Jun 2025 19:48:12 +0200 Subject: [PATCH] Remove unused theming variables --- modules/home/hyprland/variables.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/home/hyprland/variables.nix b/modules/home/hyprland/variables.nix index 6e4f740..7d28466 100644 --- a/modules/home/hyprland/variables.nix +++ b/modules/home/hyprland/variables.nix @@ -17,8 +17,6 @@ QT_AUTO_SCREEN_SCALE_FACTOR = "1"; QT_WAYLAND_DISABLE_WINDOWDECORATION = "1"; QT_QPA_PLATFORM = "wayland"; - QT_QPA_PLATFORMTHEME = "qt5ct"; - QT_STYLE_OVERRIDE = "kvantum"; MOZ_ENABLE_WAYLAND = "1"; MOZ_USE_XINPUT2 = "1"; WLR_BACKEND = "vulkan"; @@ -26,7 +24,6 @@ XDG_SESSION_TYPE = "wayland"; SDL_VIDEODRIVER = "wayland"; CLUTTER_BACKEND = "wayland"; - GTK_THEME = "Dracula"; }; wayland.windowManager.hyprland.systemd.variables = ["--all"];