diff --git a/nixos/common-services.nix b/nixos/common-services.nix index 8caab128..a769c11c 100644 --- a/nixos/common-services.nix +++ b/nixos/common-services.nix @@ -1,4 +1,5 @@ { config, pkgs, ... }: { + console.keyMap = "pl"; services = { udev.packages = [ pkgs.android-udev-rules ]; ratbagd.enable = true; diff --git a/nixos/i3/i3.nix b/nixos/i3/i3.nix index 3ce643ce..62f730f6 100644 --- a/nixos/i3/i3.nix +++ b/nixos/i3/i3.nix @@ -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;