From d0b6cedcbcf9e5e37255a70e92942e704840756f Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Thu, 2 Oct 2025 23:46:23 +0200 Subject: [PATCH] feat(desktop): fix sddm. --- modules/linux/nixos/sddm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/linux/nixos/sddm.nix b/modules/linux/nixos/sddm.nix index d0f1e5e..5cd6d73 100644 --- a/modules/linux/nixos/sddm.nix +++ b/modules/linux/nixos/sddm.nix @@ -24,7 +24,7 @@ services.displayManager.sddm = { enable = true; wayland.enable = true; - theme = "where_is_my_sddm_theme_qt5"; + theme = "where_is_my_sddm_theme"; }; }; }