From df146857ab007c2c30bcdea64c946017b098dad1 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sat, 13 Jan 2024 21:09:00 +0100 Subject: Change default layout to US --- hosts/configuration.nix | 2 +- hosts/luna/default.nix | 2 +- hosts/phobos/default.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'hosts') 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 = { -- cgit 1.4.1