From f0954efcaacb749b7f51c22d6aff4c4447503062 Mon Sep 17 00:00:00 2001 From: Hermes Date: Sat, 6 Jun 2026 21:29:51 -0400 Subject: [PATCH] fix(sddm): enable wayland support for Hyprland --- hosts/uConsole/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/uConsole/configuration.nix b/hosts/uConsole/configuration.nix index 68ed742..6e42cfc 100644 --- a/hosts/uConsole/configuration.nix +++ b/hosts/uConsole/configuration.nix @@ -192,7 +192,10 @@ in enable = true; xwayland.enable = true; }; - services.displayManager.sddm.enable = true; + services.displayManager.sddm = { + enable = true; + wayland.enable = true; + }; # ============================================================ # CM5 Display Backlight Fix