try to set the polish keyboard in i3
This commit is contained in:
parent
0b6a49390f
commit
54081c11fc
2 changed files with 1 additions and 5 deletions
|
@ -1,4 +1,5 @@
|
|||
{ config, pkgs, ... }: {
|
||||
console.keyMap = "pl";
|
||||
services = {
|
||||
udev.packages = [ pkgs.android-udev-rules ];
|
||||
ratbagd.enable = true;
|
||||
|
|
|
@ -12,11 +12,6 @@ in {
|
|||
always = true;
|
||||
notification = false;
|
||||
}
|
||||
{
|
||||
command = "exec setxkbmap -layout pl";
|
||||
always = true;
|
||||
notification = false;
|
||||
}
|
||||
{
|
||||
command = "exec $HOME/dev/dotfiles/nixos/i3/battery-popup.sh";
|
||||
always = false;
|
||||
|
|
Loading…
Reference in a new issue