always set polish keyboard

This commit is contained in:
Cyryl Płotnicki 2022-10-23 11:13:31 +01:00
parent bb556d5533
commit d2627f9b4c

View file

@ -7,6 +7,11 @@ in {
enable = true; enable = true;
config = { config = {
startup = [ startup = [
{
command = "exec setxkbmap pl";
always = true;
notification = false;
}
{ {
command = "exec hsetroot -solid '#002b36'"; command = "exec hsetroot -solid '#002b36'";
always = true; always = true;