From d7807ba1b9acebfb1cf839636937f8d822c53e3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Mon, 2 Nov 2020 21:05:17 +0100 Subject: [PATCH] fix(zaatar): make kiosk have german keyboard layout --- systems/zaatar/configuration.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/systems/zaatar/configuration.nix b/systems/zaatar/configuration.nix index 6a57528..a389efb 100644 --- a/systems/zaatar/configuration.nix +++ b/systems/zaatar/configuration.nix @@ -29,9 +29,6 @@ program = let startUrl = "https://youtube.com"; in pkgs.writers.writeDash "kiosk-browser" '' - export XKB_DEFAULT_LAYOUT=de - export XKB_DEFAULT_OPTIONS=compose:caps - while true; do ${pkgs.chromium}/bin/chromium \ --no-first-run --no-message-box --noerrdialogs \ @@ -41,6 +38,7 @@ done ''; }; + systemd.services.cage-tty1.environment.XKB_DEFAULT_LAYOUT = "de"; programs.chromium = { enable = true; extensions = [