From 105a64fef8c1db111b14b1b7fd0d6dec6125026e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 16 Aug 2020 12:52:27 +0100 Subject: [PATCH] caps is ctrl under x --- nixos/common-services.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/common-services.nix b/nixos/common-services.nix index fb25fe2c..a6a87585 100644 --- a/nixos/common-services.nix +++ b/nixos/common-services.nix @@ -31,11 +31,11 @@ nssmdns = true; }; - geoclue2.enable = true; xserver = { enable = true; layout = "pl"; + xkbOptions = "caps:ctrl_modifier"; libinput = { enable = true; naturalScrolling = false;