From 74d2b12d857ce89f5e0b68f11a37fc014ee976a4 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Wed, 24 May 2023 14:42:42 +0200 Subject: [PATCH] Laptop keyboard layout to US --- home/christoph/nixtop/default.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/home/christoph/nixtop/default.nix b/home/christoph/nixtop/default.nix index 9cd90bf1..37ab40ac 100644 --- a/home/christoph/nixtop/default.nix +++ b/home/christoph/nixtop/default.nix @@ -21,8 +21,11 @@ rec { enable = true; theme = "Three-Bears"; - kb-layout = "de"; - kb-variant = "nodeadkeys"; + # kb-layout = "de"; + # kb-variant = "nodeadkeys"; + + kb-layout = "us"; + kb-variant = "altgr-intl"; monitors = '' # See https://wiki.hyprland.org/Configuring/Monitors/