From eba8d1789c70324b094b883b481eafa8dd1c2786 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Fri, 19 Nov 2021 13:49:50 +0100 Subject: [PATCH] add the compose key to the keyboard --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index d2eafd8..e574fb5 100644 --- a/configuration.nix +++ b/configuration.nix @@ -50,7 +50,7 @@ # Configure keymap in X11 services.xserver.layout = "us"; - # services.xserver.xkbOptions = "eurosign:e"; + services.xserver.xkbOptions = "compose:ralt"; # Enable CUPS to print documents. services.printing.enable = true;