From e780f09cd7b5cb5d370f96cbd4600b0ff6e3e271 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sat, 31 May 2025 15:54:21 +0200 Subject: [PATCH] Revert "normal text console, kmscon is too limited" This reverts commit 0fac0b469557b84dfc74d0d9c533b80105080658. --- share/common.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/share/common.nix b/share/common.nix index 994c285..169d152 100644 --- a/share/common.nix +++ b/share/common.nix @@ -254,6 +254,12 @@ in # use X11/wayland layout for console, too console.useXkbConfig = true; + # nice console based on KMS/DRM + services.kmscon = { + enable = true; + useXkbConfig = true; + }; + # enable the KDE Plasma Desktop Environment services.desktopManager.plasma6.enable = true;