feat: replace 'sddm' with 'ly'

This commit is contained in:
2026-03-11 21:25:32 +01:00
committed by hektor
parent 66f36cf71c
commit d0ee271e7b
+1 -2
View File
@@ -12,8 +12,7 @@
portal.extraPortals = [ pkgs.xdg-desktop-portal-gnome ];
};
services.displayManager.sddm = {
services.displayManager.ly = {
enable = true;
wayland.enable = true;
};
}