From 74b5793ab36b64005502ae1829dabafc7ac5569b Mon Sep 17 00:00:00 2001 From: NullBite Date: Mon, 19 Feb 2024 18:34:10 +0100 Subject: [PATCH] Enable wayland support for sddm --- system/sessions/hyprland.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/system/sessions/hyprland.nix b/system/sessions/hyprland.nix index 2453138..55ef4a8 100644 --- a/system/sessions/hyprland.nix +++ b/system/sessions/hyprland.nix @@ -23,7 +23,10 @@ in }; nixfiles.meta.wayland = true; - services.xserver.displayManager.sddm.enable = true; + services.xserver.displayManager.sddm = { + enable = true; + wayland.enable = true; + }; programs.hyprland = { enable = true;