mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 17:54:08 -05:00
Explicitly unset lightdm
This commit is contained in:
parent
f865c8a586
commit
3f2c94cedc
2 changed files with 2 additions and 0 deletions
|
|
@ -56,6 +56,7 @@
|
|||
};
|
||||
|
||||
hypr.enable = lib.mkDefault false;
|
||||
hyprland.enable = lib.mkDefault false;
|
||||
|
||||
# Configure pulseaudio
|
||||
hardware.pulseaudio.enable = lib.mkDefault true;
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
enable = true;
|
||||
};
|
||||
displayManager.startx.enable = true;
|
||||
lightdm.enable lib.mkForce false;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue