From a6de90aec7a43c9c15bc3822e844f963be6e2771 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 5 May 2018 12:22:26 +0200 Subject: [PATCH] fix(desktop): Enable exporting of X-server configuration This enables commands like `localectl list-keymaps` etc. to work correctly. --- desktop.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/desktop.nix b/desktop.nix index 306de50c2..277134898 100644 --- a/desktop.nix +++ b/desktop.nix @@ -12,6 +12,7 @@ in { enable = true; layout = "us,no,ru"; xkbOptions = "caps:super, grp:shifts_toggle, parens:swap_brackets"; + exportConfiguration = true; # Give EXWM permission to control the session. displayManager.sessionCommands = "${pkgs.xorg.xhost}/bin/xhost +SI:localuser:$USER";