Merge duplicate xkbOptions definitions
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M system/modules/hardware/qwerty.nix → system/modules/hardware/qwerty.nix
@@ -11,6 +11,6 @@ }; services.xserver = { layout = "us"; xkbVariant = "intl-unicode"; - xkbOptions = "altwin:prtsc_rwin"; + xkbOptions = "altwin:prtsc_rwin,caps:escape"; }; }