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; }