nixos

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 17f342bb892d973f8f9f3d51ca49cf79d8b005dc
parent 61d7933854ec6220db803e7733c4d49a6b0b75ca
Author: Toni Brown <me@tb148.net>
Date:   Sun,  7 Dec 2025 17:36:15 +0800

Remove SDDM theme configuration

Diffstat:
Mconfiguration.nix | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/configuration.nix b/configuration.nix @@ -81,7 +81,6 @@ desktopManager.plasma6.enable = true; displayManager.sddm = { enable = true; - theme = "where_is_my_sddm_theme"; wayland.enable = true; }; };