From 771624767c3d916e2c77d352e71c07bffca8da59 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Tue, 3 Dec 2024 17:30:42 -0600 Subject: sys/platform/[lustrated]: initial commit, adapted from old [lustrated] repo --- sys/seat/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/seat/default.nix') 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; }; }; -- cgit v1.2.3