I’m getting a strange error. I boot the computer, see the xorg default screen. I enter my password correctly, and see the error “Failed to start session”. I’m trying to configure xorg through home manager. Any idea what’s going wrong?
/etc/nixos/configuration.nix https://termbin.com/w5em
Note that xserver is enabled in my actual config.
Hello, what do you use to start your X session ? Do you start it from TTY or use a display manager ?
And why don’t you just activate BSPWM using your NixOS config ? You just have to add services.xserver.windowManager.bspwm.enable = true