[gui] Switch to Ly since GDM seems to fail to start on 26.05

This commit is contained in:
2026-05-30 13:21:05 -07:00
parent 8cb79001d3
commit 78a9638228

View File

@@ -14,10 +14,19 @@
variant = "";
};
};
services.displayManager.gdm = {
# services.displayManager.gdm = {
# enable = true;
# };
services.displayManager.ly = {
enable = true;
# See https://github.com/S41G0N/ly/blob/master/res/config.ini
settings = {
animation = "matrix"; # matrix|doom|none
bigclock = "en";
clear_password = true; # erase the password on failure
clock = "%c"; # Show the clock
};
};
# services.displayManager.ly.enable = true;
# Enable Hyprland so it shows up in the menu
programs.hyprland = {