Remove KMSCON support

Unfortunately, KMSCON was extremely buggy and caused a variety of
graphical glitches and random character sequences across a non-trivial
amount of virtual consoles. Because of this, Hyprland as the main
environment will be preferred with a way to emulate a tty-like
appearance.
This commit is contained in:
Donovan Glover 2023-05-11 14:00:58 -04:00
parent 30ffc5cd4e
commit f3a14515f8
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -7,18 +7,6 @@
boot.loader.efi.canTouchEfiVariables = true;
services.xserver.displayManager.lightdm.enable = false;
services.kmscon.enable = true;
services.kmscon.extraOptions = "--no-drm";
services.kmscon.fonts = [
{
name = "MapleMono";
package = pkgs.maple-mono;
}
{
name = "Noto Sans CJK JP";
package = pkgs.noto-fonts-cjk-sans;
}
];
networking.hostName = "nixos";
networking.networkmanager.enable = true;