From 0fac0b469557b84dfc74d0d9c533b80105080658 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sat, 26 Oct 2024 22:38:33 +0200 Subject: [PATCH] normal text console, kmscon is too limited --- share/common.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/share/common.nix b/share/common.nix index 6a0f94f..1fb006d 100644 --- a/share/common.nix +++ b/share/common.nix @@ -225,12 +225,6 @@ 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 = {