From 1e69664e061b0024fe86964a448544c7e023bfc5 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/