Machines: add Win Max 2
This commit is contained in:
parent
983b76f82a
commit
98e393fd92
5 changed files with 211 additions and 2 deletions
|
|
@ -36,7 +36,8 @@
|
|||
console = {
|
||||
packages = [ pkgs.terminus_font ];
|
||||
earlySetup = true;
|
||||
font = lib.mkDefault "ter-i16n";
|
||||
# mkDefault has 1000 priority, so that way I don't conflict with nixos-hardware
|
||||
font = lib.mkOverride 999 "ter-i16n";
|
||||
# Make the console use X's keyboard configuration
|
||||
useXkbConfig = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue