From ca8ff4c3692ee9616263a9af7bee854a26115aae Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Fri, 2 Aug 2024 07:59:57 -0500 Subject: [PATCH] THIS IS HOW YOU ENABLE STARTX Before this, I couldn't startx on NixFrame without effectively bricking the laptop (no keyboard or mouse). --- common/user-facing.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/common/user-facing.nix b/common/user-facing.nix index 6bee9f4..32b8eb1 100644 --- a/common/user-facing.nix +++ b/common/user-facing.nix @@ -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