THIS IS HOW YOU ENABLE STARTX
Before this, I couldn't startx on NixFrame without effectively bricking the laptop (no keyboard or mouse).
This commit is contained in:
parent
ffd362fc89
commit
ca8ff4c369
1 changed files with 2 additions and 3 deletions
|
|
@ -32,6 +32,8 @@
|
|||
# Enable sddm, add exwm
|
||||
displayManager = {
|
||||
sddm.enable = true;
|
||||
startx.enable = true;
|
||||
|
||||
defaultSession = "none+exwm";
|
||||
};
|
||||
|
||||
|
|
@ -82,9 +84,6 @@
|
|||
|
||||
pavucontrol
|
||||
|
||||
xorg.xinit
|
||||
sx
|
||||
|
||||
yt-dlp
|
||||
dconf
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue