diff --git a/modules/system/gui.nix b/modules/system/gui.nix index c005acdd..4a16aa5d 100644 --- a/modules/system/gui.nix +++ b/modules/system/gui.nix @@ -38,6 +38,7 @@ inputs: ]; }; xdg.portal.extraPortals = (builtins.map (p: inputs.pkgs."xdg-desktop-portal-${p}") [ "gtk" "wlr" "gnome" ]); + qt = { enable = true; platformTheme = "qt5ct"; }; i18n.inputMethod = { enable = true;