feat: replace 'sddm' with 'ly'

This commit is contained in:
2026-01-17 17:51:26 +01:00
parent 8464884fdb
commit 01542dda96

View File

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