feat(uconsole): add Hyprland + SDDM display manager

Enables Hyprland Wayland compositor with XWayland support
and SDDM display manager for graphical desktop on the uConsole CM5.
This commit is contained in:
2026-06-06 21:23:15 -04:00
parent 653c69fcfd
commit 31dd0f36d4

View File

@@ -185,6 +185,15 @@ in
# for basic mesh operations (peer-to-peer discovery).
# For TCP interfaces, open additional ports as needed.
# ============================================================
# Display & Desktop (Hyprland Wayland compositor)
# ============================================================
programs.hyprland = {
enable = true;
xwayland.enable = true;
};
services.displayManager.sddm.enable = true;
# ============================================================
# CM5 Display Backlight Fix
# The kernel driver initializes backlight, but some boots fail.