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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user