Compare commits

..

No commits in common. "9b1e8798c0fb33b06b48b18206f0b23730903214" and "8e01e3b437a24170ce7dd1e0af7ae09aff5b632c" have entirely different histories.

2 changed files with 2 additions and 14 deletions

View file

@ -43,11 +43,6 @@
# services.xserver.layout = "us";
# 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.
# services.printing.enable = true;

View file

@ -20,15 +20,8 @@
# Set up keyboard layout
services.xserver.layout = "es";
# 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;
};
# Make the console use X's keyboard configuration
console.useXkbConfig = true;
# Set up localisation
i18n = {