Commit 3fd3bf4e8a52
Changed files (1)
home
common
dev
home/common/dev/emacs.nix
@@ -199,7 +199,7 @@ in
withTreeSitter = true;
withNativeCompilation = true;
# Only enable GUI features when desktop is configured
- withX = desktop != null;
+ withX = false; # Never enable X
withPgtk = desktop != null;
withWebP = desktop != null;
withGTK3 = desktop != null;