home(catppuccin): set qt style

This commit is contained in:
514fpv 2024-07-12 19:41:43 +08:00
parent fe31970f29
commit 2895a877ac
Signed by: koishi
SSH key fingerprint: SHA256:8k1fIs1pD4P5LpAmQ8imt8MJx0K/36UYP0r/r/LGBKA

View file

@ -12,6 +12,8 @@ in mkIf cfg.enable {
}; };
gtk.theme = { inherit (cfg.gtk) package name; }; gtk.theme = { inherit (cfg.gtk) package name; };
qt.style.name = "kvantum";
qt.platformTheme.name = "kvantum";
home.pointerCursor = { inherit (cfg.cursor) package name; }; home.pointerCursor = { inherit (cfg.cursor) package name; };
# sway colour palette override # sway colour palette override