From 1a3313597e58ff72d76c1fea545ee0f4ebd44a4d Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Thu, 14 Dec 2023 15:54:22 +0100 Subject: [PATCH] change gtk sessionVariable --- modules/home/hyprland/variables.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }; }