diff options
Diffstat (limited to 'hosts/configuration.nix')
| -rw-r--r-- | hosts/configuration.nix | 2 |
1 files changed, 1 insertions, 1 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"; }; |