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;