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