about summary refs log tree commit diff
path: root/hosts/luna/default.nix
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2024-01-13 21:09:00 +0100
committerBaitinq <[email protected]>2024-01-13 21:09:00 +0100
commitdf146857ab007c2c30bcdea64c946017b098dad1 (patch)
tree2fec9e039817a9e251adf8e39e08219b508d517b /hosts/luna/default.nix
parentHome: Change pinentry flavor to gnome3 (diff)
downloadnixos-config-df146857ab007c2c30bcdea64c946017b098dad1.tar.gz
nixos-config-df146857ab007c2c30bcdea64c946017b098dad1.tar.bz2
nixos-config-df146857ab007c2c30bcdea64c946017b098dad1.zip
Change default layout to US
Diffstat (limited to 'hosts/luna/default.nix')
-rw-r--r--hosts/luna/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/luna/default.nix b/hosts/luna/default.nix
index 4af2336..03bede3 100644
--- a/hosts/luna/default.nix
+++ b/hosts/luna/default.nix
@@ -4,7 +4,7 @@
 
   services = {
     # Configure keymap in X11
-    xserver.layout = "gb";
+    xserver.layout = "us";
     logind.extraConfig = ''
       # don’t shutdown when power button is short-pressed
       HandlePowerKey=ignore