I would like to have i3 window manager handled from home-manager in Debian but I can’t make it work: either Debian’s lightdm will disappear and show a black screen where I can’t do anything, or Debian’s lightdm will disappear and reappear immediately. I can’t find any log file with debug information.
I’m trying something like:
{
xsession = {
enable = true;
windowManager.i3 = {
enable = true;
# ...
};
};
}
The same configuration works fine on NixOS.
/cc @rycee