From f72f5fcf8589fe3e1ad6488b987e99debd56a32e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Wed, 31 Jul 2019 19:49:48 +0100 Subject: [PATCH] Force polish keyboard layout --- nixos/user-xsession.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/user-xsession.nix b/nixos/user-xsession.nix index 91c0c9b3..21caa7fe 100644 --- a/nixos/user-xsession.nix +++ b/nixos/user-xsession.nix @@ -23,6 +23,7 @@ in package = pkgs.i3-gaps; config = { startup = [ + { command = "exec setxkbmap -layout pl"; always = true; notification = false; } { command = "exec autorandr -c"; always = true; notification = false; } { command = "exec i3-sensible-terminal"; always = false; notification = false; } { command = "exec $HOME/dev/dotfiles/lock.sh"; always = false; notification = false; }