use kms console

This commit is contained in:
Christoph Cullmann 2024-10-11 16:45:23 +02:00
parent 2863241423
commit aa71f921f6
No known key found for this signature in database

View file

@ -224,6 +224,12 @@ in
# use X11/wayland layout for console, too # use X11/wayland layout for console, too
console.useXkbConfig = true; console.useXkbConfig = true;
# nice console based on KMS/DRM
services.kmscon = {
enable = true;
useXkbConfig = true;
};
# enable SDDM & the KDE Plasma Desktop Environment with Wayland # enable SDDM & the KDE Plasma Desktop Environment with Wayland
services.desktopManager.plasma6.enable = true; services.desktopManager.plasma6.enable = true;
services.displayManager.sddm = { services.displayManager.sddm = {