non important commit

This commit is contained in:
Jiří Maxmilián Stříbrný 2026-03-19 09:51:12 +01:00
parent 8445bae734
commit f540230e4c

View file

@ -9,8 +9,6 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
inputs.awww.packages.${system}.awww inputs.awww.packages.${system}.awww
wl-clipboard wl-clipboard
onboard
wlr-randr
]; ];
programs = { programs = {
@ -47,12 +45,17 @@
enable = true; enable = true;
max-scroll-amount = "0%"; max-scroll-amount = "0%";
}; };
keyboard = { keyboard = {
xkb = { xkb = {
layout = "cz"; layout = "cz";
options = "caps:escape"; options = "caps:escape";
}; };
}; };
tablet = {
map-to-output = "eDP-1";
};
}; };
outputs = { outputs = {