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.