diff options
Diffstat (limited to '')
| -rw-r--r-- | hosts/configuration.nix | 2 | ||||
| -rw-r--r-- | hosts/luna/default.nix | 2 | ||||
| -rw-r--r-- | hosts/phobos/default.nix | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 28c0320..f21025e 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -80,7 +80,7 @@ EDITOR = "nvim"; VISUAL = "nvim"; - XKB_DEFAULT_LAYOUT = "gb"; + XKB_DEFAULT_LAYOUT = "us"; NIXPKGS_ALLOW_UNFREE = "1"; }; 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 diff --git a/hosts/phobos/default.nix b/hosts/phobos/default.nix index dd023f6..992505d 100644 --- a/hosts/phobos/default.nix +++ b/hosts/phobos/default.nix @@ -5,7 +5,7 @@ ]; # Configure keymap in X11 - services.xserver.layout = "gb"; + services.xserver.layout = "us"; # Pick only one of the below networking options. networking = { |