From 54081c11fc7ea2a1a48bf37f5e4ea90c851c5034 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 31 Jul 2022 09:35:41 +0100 Subject: [PATCH] try to set the polish keyboard in i3 --- nixos/common-services.nix | 1 + nixos/i3/i3.nix | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) 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;