From 4f22b2bf4830fc771034a14ceb455fbe61948f5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Tue, 19 Jul 2022 22:05:48 -0300 Subject: [PATCH] add qt5 config --- user/home.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/user/home.nix b/user/home.nix index 2ba6d75..eb9e52e 100644 --- a/user/home.nix +++ b/user/home.nix @@ -517,7 +517,13 @@ in { }; cursorTheme = { name = "capitaine-cursors"; - package = papirus_red; + package = pkgs.capitaine-cursors; }; }; + qt = { + enable = true; + platformTheme = "gtk"; + style.package = pkgs.libsForQt5.qtstyleplugins; + style.name = "gtk2"; + }; } \ No newline at end of file