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
|
# Enable sddm, add exwm
|
||||||
displayManager = {
|
displayManager = {
|
||||||
sddm.enable = true;
|
sddm.enable = true;
|
||||||
|
startx.enable = true;
|
||||||
|
|
||||||
defaultSession = "none+exwm";
|
defaultSession = "none+exwm";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -82,9 +84,6 @@
|
||||||
|
|
||||||
pavucontrol
|
pavucontrol
|
||||||
|
|
||||||
xorg.xinit
|
|
||||||
sx
|
|
||||||
|
|
||||||
yt-dlp
|
yt-dlp
|
||||||
dconf
|
dconf
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue