From 555bc951de9ae39f45e39404a9bed405f48a5d85 Mon Sep 17 00:00:00 2001 From: benstrb Date: Mon, 12 Jan 2026 17:46:00 +0100 Subject: [PATCH] non important commit --- configuration/modules/sddm.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configuration/modules/sddm.nix b/configuration/modules/sddm.nix index 714abbb..abe985f 100644 --- a/configuration/modules/sddm.nix +++ b/configuration/modules/sddm.nix @@ -1,3 +1,7 @@ { - services.displayManager.sddm.enable = true; + services.displayManager.sddm = { + enable = true; + autonumlock = true; + wayland.enable = false; + }; }