try to set the polish keyboard in i3

This commit is contained in:
Cyryl Płotnicki 2022-07-31 09:35:41 +01:00
parent 0b6a49390f
commit 54081c11fc
2 changed files with 1 additions and 5 deletions

View file

@ -1,4 +1,5 @@
{ config, pkgs, ... }: {
console.keyMap = "pl";
services = {
udev.packages = [ pkgs.android-udev-rules ];
ratbagd.enable = true;

View file

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