Compare commits
2 commits
8e01e3b437
...
9b1e8798c0
| Author | SHA1 | Date | |
|---|---|---|---|
| 9b1e8798c0 | |||
| 62fdddc21e |
2 changed files with 14 additions and 2 deletions
|
|
@ -43,6 +43,11 @@
|
||||||
# services.xserver.layout = "us";
|
# services.xserver.layout = "us";
|
||||||
# services.xserver.xkbOptions = "eurosign:e,caps:escape";
|
# services.xserver.xkbOptions = "eurosign:e,caps:escape";
|
||||||
|
|
||||||
|
console = {
|
||||||
|
# The kernel doesn't detect the scree as being HiDPI, so I need to use a bigger font
|
||||||
|
font = "ter-i32n";
|
||||||
|
};
|
||||||
|
|
||||||
# Enable CUPS to print documents.
|
# Enable CUPS to print documents.
|
||||||
# services.printing.enable = true;
|
# services.printing.enable = true;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,8 +20,15 @@
|
||||||
|
|
||||||
# Set up keyboard layout
|
# Set up keyboard layout
|
||||||
services.xserver.layout = "es";
|
services.xserver.layout = "es";
|
||||||
# Make the console use X's keyboard configuration
|
|
||||||
console.useXkbConfig = true;
|
# Set up console
|
||||||
|
console = {
|
||||||
|
packages = [ pkgs.terminus_font ];
|
||||||
|
earlySetup = true;
|
||||||
|
font = lib.mkDefault "ter-i16n";
|
||||||
|
# Make the console use X's keyboard configuration
|
||||||
|
useXkbConfig = true;
|
||||||
|
};
|
||||||
|
|
||||||
# Set up localisation
|
# Set up localisation
|
||||||
i18n = {
|
i18n = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue