about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-06-22 16:21:37 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-06-22 16:21:37 +0200
commit3be6acafb6f17b987c9493942636e7f6e626dd3d (patch)
tree9fd14fa9fdbdc34685dfb295fffa9f2fd6b924d6 /modules
parentCustom packages: anime-downloader: pass pkgs individually (diff)
downloadnixos-config-3be6acafb6f17b987c9493942636e7f6e626dd3d.tar.gz
nixos-config-3be6acafb6f17b987c9493942636e7f6e626dd3d.tar.bz2
nixos-config-3be6acafb6f17b987c9493942636e7f6e626dd3d.zip
Configure the keymap on a per host basis
Diffstat (limited to 'modules')
-rw-r--r--modules/xorg/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/xorg/default.nix b/modules/xorg/default.nix
index f75716a..50b070e 100644
--- a/modules/xorg/default.nix
+++ b/modules/xorg/default.nix
@@ -3,9 +3,6 @@
   services.xserver = {
     enable = true;
 
-    # Configure keymap in X11
-    layout = "gb";
-
     displayManager.startx.enable = true;
     windowManager.dwm.enable = true;