mirror of
https://github.com/gburd/nix-config.git
synced 2024-11-14 00:26:24 +00:00
console settings in nixos, not desktop
This commit is contained in:
parent
3294edcf27
commit
bf1e85957e
2 changed files with 2 additions and 7 deletions
|
@ -19,11 +19,6 @@
|
|||
initrd.verbose = false;
|
||||
};
|
||||
|
||||
console = {
|
||||
useXkbConfig = true;
|
||||
earlySetup = false;
|
||||
};
|
||||
|
||||
hardware = {
|
||||
opengl = {
|
||||
enable = true;
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue