From d330ff5bd87afc67f5ddd9ddda9c5b5301b76e4f Mon Sep 17 00:00:00 2001 From: 514fpv Date: Fri, 12 Jul 2024 19:41:43 +0800 Subject: [PATCH] fix(catppuccin): set qt style --- home/catppuccin/home.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/catppuccin/home.nix b/home/catppuccin/home.nix index b72fbd75..cfb64092 100644 --- a/home/catppuccin/home.nix +++ b/home/catppuccin/home.nix @@ -12,6 +12,8 @@ in mkIf cfg.enable { }; gtk.theme = { inherit (cfg.gtk) package name; }; + qt.style.name = "kvantum"; + qt.platformTheme.name = "kvantum"; home.pointerCursor = { inherit (cfg.cursor) package name; }; # sway colour palette override