Switch to QWERTY by default

This commit is contained in:
Victor Mignot 2024-12-11 21:27:54 +01:00
parent 211ea1ee16
commit 2ac15c2fba
Signed by: dala
SSH key fingerprint: SHA256:+3O9MhlDc2tJL0n+E+Myr7nL+74DP9AXdIXHmIqZTkY
2 changed files with 1 additions and 3 deletions

View file

@ -14,8 +14,6 @@
nixpkgs.config.allowUnfree = true;
console.keyMap = "us";
age.secrets = {
wg0Private.file = ../../secrets/fuyuki-wg0.age;
};

View file

@ -1,6 +1,6 @@
{ lib, ... }:
{
console.keyMap = lib.mkDefault "fr";
console.keyMap = lib.mkDefault "us";
time.timeZone = lib.mkDefault "Europe/Paris";
console.font = lib.mkDefault "Lat2-Terminus16";
i18n.defaultLocale = lib.mkDefault "en_US.utf8";