summaryrefslogtreecommitdiff
path: root/sys/seat
diff options
context:
space:
mode:
Diffstat (limited to 'sys/seat')
-rw-r--r--sys/seat/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/seat/default.nix b/sys/seat/default.nix
index 45b14f1..395cb88 100644
--- a/sys/seat/default.nix
+++ b/sys/seat/default.nix
@@ -107,7 +107,7 @@ in
xserver = mkIf (!cfg.wayland) {
enable = true;
videoDrivers = cfg.videoDrivers ++ [ "modesetting" "fbdev" ];
- displayManager.startx.enable = true;
+ displayManager.startx.enable = mkDefault true;
};
};