feat: replace 'sddm' with 'ly'

This commit is contained in:
2026-01-17 17:51:26 +01:00
committed by Hektor Misplon
parent 66f36cf71c
commit d0ee271e7b

View File

@@ -12,8 +12,7 @@
portal.extraPortals = [ pkgs.xdg-desktop-portal-gnome ];
};
services.displayManager.sddm = {
services.displayManager.ly = {
enable = true;
wayland.enable = true;
};
}