I can only find the way for xfce4…
1 Like
I belive I have better more fitting solution. But it still has some rough edges.
services.xserver.displayManager = {
sddm.enable = true;
defaultSession = "plasma5+i3+whatever";
session = [
{
manage = "desktop";
name = "plasma5+i3+whatever";
start = ''exec env KDEWM=${pkgs.i3-gaps}/bin/i3 ${pkgs.plasma-workspace}/bin/startplasma-x11'';
}
];
};
I wonder if this can be somehow pushed upstream