Machines: add Win Max 2

This commit is contained in:
Toast 2024-01-16 01:44:40 +01:00
parent 983b76f82a
commit 98e393fd92
5 changed files with 211 additions and 2 deletions

View file

@ -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;
};