diff options
Diffstat (limited to 'desktop.nix')
-rw-r--r-- | desktop.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop.nix b/desktop.nix index 61d2482c446e..07a6274a568c 100644 --- a/desktop.nix +++ b/desktop.nix @@ -16,6 +16,9 @@ in { # Give EXWM permission to control the session. displayManager.sessionCommands = "${pkgs.xorg.xhost}/bin/xhost +SI:localuser:$USER"; + + # Use the pre 18.09 default display manager (slim) + displayManager.slim.enable = true; }; # Add a shell script with random screen lock wallpaper selection |