From 31dd0f36d4fa5c9c44fdfa43ffa7719d94327f08 Mon Sep 17 00:00:00 2001 From: Hermes Date: Sat, 6 Jun 2026 21:23:15 -0400 Subject: [PATCH] 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. --- hosts/uConsole/configuration.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/hosts/uConsole/configuration.nix b/hosts/uConsole/configuration.nix index efe319f..68ed742 100644 --- a/hosts/uConsole/configuration.nix +++ b/hosts/uConsole/configuration.nix @@ -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.