fix(desktop): Enable exporting of X-server configuration
This enables commands like `localectl list-keymaps` etc. to work correctly.
This commit is contained in:
parent
7c673cd0d0
commit
a6de90aec7
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue