always set polish keyboard
This commit is contained in:
parent
bb556d5533
commit
d2627f9b4c
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue