From aa71f921f6b8c8b10575ed0e3e04956912701f03 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Fri, 11 Oct 2024 16:45:23 +0200 Subject: [PATCH] use kms console --- share/common.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/share/common.nix b/share/common.nix index 39f84c6..0f57ebf 100644 --- a/share/common.nix +++ b/share/common.nix @@ -224,6 +224,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 SDDM & the KDE Plasma Desktop Environment with Wayland services.desktopManager.plasma6.enable = true; services.displayManager.sddm = {