From b5dfb3e3dd3689d536816c5ce2a686bfb2844337 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 23 Jun 2025 23:33:18 -0400 Subject: remove gtk theme --- modules/desktop/default.nix | 1 - modules/desktop/hyprland.nix | 2 -- 2 files changed, 3 deletions(-) (limited to 'modules') diff --git a/modules/desktop/default.nix b/modules/desktop/default.nix index e3d42cf..cab72f8 100644 --- a/modules/desktop/default.nix +++ b/modules/desktop/default.nix @@ -37,7 +37,6 @@ in { home.packages = with pkgs; [ # gtk adwaita-icon-theme - orchis-theme # codecs libaacs libavif diff --git a/modules/desktop/hyprland.nix b/modules/desktop/hyprland.nix index 10b058d..13a1926 100644 --- a/modules/desktop/hyprland.nix +++ b/modules/desktop/hyprland.nix @@ -41,8 +41,6 @@ in { XCURSOR_THEME = "Adwaita"; XCURSOR_SIZE = "24"; - GTK_THEME = "Orchis-Teal-Dark"; - MOZ_ENABLE_WAYLAND = "1"; MOZ_USE_XINPUT = "1"; _JAVA_AWT_WM_NONREPARENTING = "1"; -- cgit v1.2.3-freya