diff --git a/share/common.nix b/share/common.nix index a4ea4dd..e2eca1b 100644 --- a/share/common.nix +++ b/share/common.nix @@ -254,14 +254,6 @@ in # use X11/wayland layout for console, too console.useXkbConfig = true; - # nice console based on KMS/DRM - services.kmscon = { - enable = true; - useXkbConfig = true; - hwRender = true; - fonts = [ { name = "MonoLisa"; package = cullmann-fonts; } ]; - }; - # enable the KDE Plasma Desktop Environment services.desktopManager.plasma6.enable = true;