diff options
| author | Baitinq <[email protected]> | 2022-06-22 16:21:37 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-06-22 16:21:37 +0200 |
| commit | 9e4f39d8660dc3bca8df60c9ed9ff8bd0af994e1 (patch) | |
| tree | 40b4606f1ed6fb970991c92c8d718099d88af172 /hosts/configuration.nix | |
| parent | Custom packages: anime-downloader: pass pkgs individually (diff) | |
| download | nixos-config-9e4f39d8660dc3bca8df60c9ed9ff8bd0af994e1.tar.gz nixos-config-9e4f39d8660dc3bca8df60c9ed9ff8bd0af994e1.tar.bz2 nixos-config-9e4f39d8660dc3bca8df60c9ed9ff8bd0af994e1.zip | |
Configure the keymap on a per host basis
Diffstat (limited to 'hosts/configuration.nix')
| -rw-r--r-- | hosts/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix index cf81bcf..1fe6e28 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -44,6 +44,7 @@ # Select internationalisation properties. i18n.defaultLocale = "en_US.UTF-8"; + console.useXkbConfig = true; #use same kb settings (layout) as xorg # Enable CUPS to print documents. # services.printing.enable = true; |