From 3be6acafb6f17b987c9493942636e7f6e626dd3d Mon Sep 17 00:00:00 2001 From: Baitinq Date: Wed, 22 Jun 2022 16:21:37 +0200 Subject: Configure the keymap on a per host basis --- hosts/phobos/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hosts/phobos') diff --git a/hosts/phobos/default.nix b/hosts/phobos/default.nix index c10295f..5790b67 100644 --- a/hosts/phobos/default.nix +++ b/hosts/phobos/default.nix @@ -9,6 +9,9 @@ ./hardware.nix ]; + # Configure keymap in X11 + services.xserver.layout = "gb"; + # Pick only one of the below networking options. networking = { wireless = { -- cgit 1.4.1