I want to add a guest user to my desktop, but want to set up my guest account to use plasma ( I use i3 and my guest is used to a full desktop environment ).
Is there a way I can set this up to be the default on their user account, but keep my default to be just i3?
Relevant X11 section:
# X11
services.xserver = {
enable = true;
layout = "us";
displayManager.sddm.enable = true;
desktopManager.default = "none";
windowManager.default = "i3";
windowManager.i3.enable = true;
};
- Ideally Iād like this to be agnostic of the displayManager, since I want to move away from sddm?