Improve keyboard handling

This commit is contained in:
Geoffrey Frogeye 2025-11-22 16:07:48 +01:00
parent 06208621c6
commit 65cc76dc7a
2 changed files with 19 additions and 5 deletions

View file

@ -24,6 +24,14 @@
default_session = initial_session;
};
};
# Rebind CapsLock to Escape (when tapped)
keyd = {
enable = true;
keyboards.default = {
ids = [ "*" ];
settings.main.capslock = "overload(capslock, esc)";
};
};
udev.packages = with pkgs; [ ddcutil ]; # TODO Doesn't seem to help
pipewire = {
enable = true;