diff options
author | Freya Murphy <freya@freyacat.org> | 2025-06-23 23:33:18 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-06-24 00:15:00 -0400 |
commit | b5dfb3e3dd3689d536816c5ce2a686bfb2844337 (patch) | |
tree | aae26ab8eb7065418379c7c82ecc794c21b40f06 /modules/desktop/hyprland.nix | |
parent | change hyprlock input height (diff) | |
download | dotfiles-nix-b5dfb3e3dd3689d536816c5ce2a686bfb2844337.tar.gz dotfiles-nix-b5dfb3e3dd3689d536816c5ce2a686bfb2844337.tar.bz2 dotfiles-nix-b5dfb3e3dd3689d536816c5ce2a686bfb2844337.zip |
remove gtk theme
Diffstat (limited to 'modules/desktop/hyprland.nix')
-rw-r--r-- | modules/desktop/hyprland.nix | 2 |
1 files changed, 0 insertions, 2 deletions
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"; |