mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-18 03:48:44 +01:00
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:
parent
30ffc5cd4e
commit
f3a14515f8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user