global/locale: set caps key to hyper

This commit is contained in:
Infinidoge 2024-08-17 03:54:00 -04:00
parent 53713dc249
commit 6f45cbcbaa
Signed by: Infinidoge
SSH key fingerprint: SHA256:GT2StvPQMMfFHyiiFJymQxfTG/z6EWLJ6NWItf5K5sA

View file

@ -12,7 +12,7 @@ in
console.keyMap = cfg.keymap;
services.xserver.xkb = {
layout = cfg.keymap;
options = "compose:ralt";
options = "compose:ralt,caps:hyper";
};
services.libinput.enable = true;