mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-15 19:30:51 +01:00
Add KMSCON support
This change makes it possible to see Japanese and other exotic characters in the virtual console.
This commit is contained in:
parent
c45a96764f
commit
30ffc5cd4e
@ -7,6 +7,18 @@
|
||||
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