Revert "normal text console, kmscon is too limited"

This reverts commit 0fac0b4695.
This commit is contained in:
Christoph Cullmann 2025-05-31 15:54:21 +02:00
parent 59b23dcb4e
commit e780f09cd7
No known key found for this signature in database

View file

@ -254,6 +254,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 the KDE Plasma Desktop Environment # enable the KDE Plasma Desktop Environment
services.desktopManager.plasma6.enable = true; services.desktopManager.plasma6.enable = true;