From d2627f9b4c87effd2ead9a00e54e4951fbd68f2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 23 Oct 2022 11:13:31 +0100 Subject: [PATCH] always set polish keyboard --- nixos/i3/i3.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nixos/i3/i3.nix b/nixos/i3/i3.nix index 62f730f6..d694df9b 100644 --- a/nixos/i3/i3.nix +++ b/nixos/i3/i3.nix @@ -7,6 +7,11 @@ in { enable = true; config = { startup = [ + { + command = "exec setxkbmap pl"; + always = true; + notification = false; + } { command = "exec hsetroot -solid '#002b36'"; always = true;