From f540230e4c201c5fffecf5cc7951ebd6218d1296 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Maxmili=C3=A1n=20St=C5=99=C3=ADbrn=C3=BD?= Date: Thu, 19 Mar 2026 09:51:12 +0100 Subject: [PATCH] non important commit --- home/modules/niri.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/home/modules/niri.nix b/home/modules/niri.nix index f4301e8..52f8a2a 100644 --- a/home/modules/niri.nix +++ b/home/modules/niri.nix @@ -9,8 +9,6 @@ home.packages = with pkgs; [ inputs.awww.packages.${system}.awww wl-clipboard - onboard - wlr-randr ]; programs = { @@ -47,12 +45,17 @@ enable = true; max-scroll-amount = "0%"; }; + keyboard = { xkb = { layout = "cz"; options = "caps:escape"; }; }; + + tablet = { + map-to-output = "eDP-1"; + }; }; outputs = {