From ff1108167784fb01a5f0ac2591ffc8d3d2bd262c Mon Sep 17 00:00:00 2001 From: K900 Date: Tue, 13 Jan 2026 22:41:03 +0300 Subject: [PATCH] nixos/installation-cd-graphical-calamares-plasma6: use plasma-login-manager and plasma-keyboard --- .../cd-dvd/installation-cd-graphical-calamares-plasma6.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 793f0cabc996..250c4ed73d87 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 @@ -11,7 +11,7 @@ # Automatically login as nixos. services.displayManager = { - sddm.enable = true; + plasma-login-manager.enable = true; autoLogin = { enable = true; user = "nixos"; @@ -19,9 +19,8 @@ }; environment.systemPackages = [ - # FIXME: using Qt5 builds of Maliit as upstream has not ported to Qt6 yet - pkgs.maliit-framework - pkgs.maliit-keyboard + # provide onscreen keyboard + pkgs.kdePackages.plasma-keyboard ]; environment.plasma6.excludePackages = [