dregil: Repeat system-wide xkb options

This commit is contained in:
Alexander Kobjolke 2023-08-07 23:20:21 +02:00
parent 1644897563
commit 319d66e512

View file

@ -17,6 +17,8 @@ in {
keyboard.layout = "us"; keyboard.layout = "us";
keyboard.variant = "dvorak"; keyboard.variant = "dvorak";
keyboard.options =
[ "terminate:ctrl_alt_bksp" "caps:escape" "compose:ralt" ];
packages = with pkgs; [ packages = with pkgs; [
# social # social