console settings in nixos, not desktop

This commit is contained in:
Gregory Burd 2023-10-02 13:48:03 +00:00
parent 3294edcf27
commit bf1e85957e
2 changed files with 2 additions and 7 deletions

View file

@ -19,11 +19,6 @@
initrd.verbose = false;
};
console = {
useXkbConfig = true;
earlySetup = false;
};
hardware = {
opengl = {
enable = true;

View file

@ -39,9 +39,9 @@ in
console = {
packages = with pkgs; [ terminus_font ];
earlySetup = true;
font = "${pkgs.terminus_font}/share/consolefonts/ter-132n.psf.gz";
useXkbConfig = true; # use xkbOptions in tty.
useXkbConfig = true; # use xkbOptions, in this case swap caps-lock and ctrl, in tty.
earlySetup = true;
};
i18n = {