summaryrefslogtreecommitdiff
path: root/sys/seat/default.nix
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2024-12-03 17:30:42 -0600
committerAlejandro Soto <alejandro@34project.org>2024-12-03 23:10:42 -0600
commit771624767c3d916e2c77d352e71c07bffca8da59 (patch)
tree6e7808948a7f9416a8880d07ae7e32f02aeecf37 /sys/seat/default.nix
parentcadbe2cdcc16836cda8f936e3c61c28d3ba2cba5 (diff)
sys/platform/[lustrated]: initial commit, adapted from old [lustrated] repo
Diffstat (limited to '')
-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;
};
};