Move keyboard layout into defaults.nix
This commit is contained in:
parent
9940f822fb
commit
54530653c9
3 changed files with 4 additions and 2 deletions
|
@ -13,6 +13,8 @@ in
|
|||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
console.keyMap = "de";
|
||||
services.xserver.layout = "de-x270";
|
||||
i18n.defaultLocale = "de_DE.UTF-8";
|
||||
networking.hostName = "Disco";
|
||||
networking.networkmanager.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue