diff --git a/components/gui/default.nix b/components/gui/default.nix index c4e5e6f..8b64f9d 100644 --- a/components/gui/default.nix +++ b/components/gui/default.nix @@ -30,7 +30,6 @@ with lib; config = mkIf config.components.gui.enable { # todo extract xorg stuff to prepare wayland environment.enableAllTerminfo = true; - qt.platformTheme = "qt5ct"; }; }