From f3ba454c8d6b45d3c130ca8edcd61603db7e3884 Mon Sep 17 00:00:00 2001 From: Marie Ramlow Date: Fri, 8 May 2026 19:32:47 +0200 Subject: [PATCH] nixos/installation-cd-graphical-calamares-plasma6: disable qt5 integration --- .../cd-dvd/installation-cd-graphical-calamares-plasma6.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nixos/modules/installer/cd-dvd/installation-cd-graphical-calamares-plasma6.nix b/nixos/modules/installer/cd-dvd/installation-cd-graphical-calamares-plasma6.nix index 250c4ed73d87..6d2c7112bc08 100644 --- a/nixos/modules/installer/cd-dvd/installation-cd-graphical-calamares-plasma6.nix +++ b/nixos/modules/installer/cd-dvd/installation-cd-graphical-calamares-plasma6.nix @@ -7,7 +7,10 @@ isoImage.edition = lib.mkDefault "plasma6"; - services.desktopManager.plasma6.enable = true; + services.desktopManager.plasma6 = { + enable = true; + enableQt5Integration = false; + }; # Automatically login as nixos. services.displayManager = {