Revert "normal text console, kmscon is too limited"
This reverts commit 0fac0b4695
.
This commit is contained in:
parent
59b23dcb4e
commit
e780f09cd7
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue