From f0fffa40b8342e9dc29f3c507c014083e9e37c1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Mon, 4 Nov 2024 09:47:57 +0100 Subject: [PATCH] fix: change keyboard layout for river and x server to us --- common.nix | 2 +- wm/river.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common.nix b/common.nix index 0223dd5..8c71fef 100644 --- a/common.nix +++ b/common.nix @@ -53,7 +53,7 @@ # Configure keymap in X11 services.xserver = { xkb = { - layout = "fr"; + layout = "us"; variant = ""; options = "ctrl:nocaps"; }; diff --git a/wm/river.nix b/wm/river.nix index 2ecdff2..d5e4377 100644 --- a/wm/river.nix +++ b/wm/river.nix @@ -25,7 +25,7 @@ in { ''; settings = { border-width = 2; - keyboard-layout = "fr"; + keyboard-layout = "us"; default-layout = "rivertile"; focus-follows-cursor = "normal"; map = {