diff options
Diffstat (limited to 'modules/desktop')
-rw-r--r-- | modules/desktop/default.nix | 1 | ||||
-rw-r--r-- | modules/desktop/hyprland.nix | 2 |
2 files changed, 0 insertions, 3 deletions
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"; |