From 723a044eaeaaa80dc395e215bf31968a2a6833ea Mon Sep 17 00:00:00 2001 From: Benjamin Bertrand Date: Fri, 19 Jun 2026 06:28:43 +0200 Subject: [PATCH] change sddm theme --- modules/desktop/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/desktop/hyprland.nix b/modules/desktop/hyprland.nix index a54461a..6fcf2c3 100644 --- a/modules/desktop/hyprland.nix +++ b/modules/desktop/hyprland.nix @@ -24,7 +24,7 @@ enable = true; wayland.enable = true; settings.Users.HideUsers = "waha"; - theme = "elegant-sddm"; + theme = "Elegant"; }; security.polkit.enable = true;