diff --git a/modules/home/hyprland/variables.nix b/modules/home/hyprland/variables.nix index 784a86a..7e530d6 100755 --- a/modules/home/hyprland/variables.nix +++ b/modules/home/hyprland/variables.nix @@ -23,6 +23,6 @@ XDG_SESSION_TYPE = "wayland"; SDL_VIDEODRIVER = "wayland"; CLUTTER_BACKEND = "wayland"; - GTK_THEME = "matrix-gtk"; + GTK_THEME = "Catppuccin-Mocha-Compact-Lavender-Dark"; }; }