diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-05-05T10·22+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2018-05-05T10·22+0200 |
commit | a6de90aec7a43c9c15bc3822e844f963be6e2771 (patch) | |
tree | da73a150c2a3971def67c717d5fe9cfbb9f989be /desktop.nix | |
parent | 7c673cd0d053e7231bde40aba826a9cd779845a8 (diff) |
fix(desktop): Enable exporting of X-server configuration
This enables commands like `localectl list-keymaps` etc. to work correctly.
Diffstat (limited to 'desktop.nix')
-rw-r--r-- | desktop.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop.nix b/desktop.nix index 306de50c26f5..277134898f2c 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"; |