From 530d046c680cf652cf4c8688b199c53393ab427b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Santiago?= <52899490+Alexuty07@users.noreply.github.com> Date: Wed, 13 Mar 2024 22:45:39 -0400 Subject: [PATCH] Update configuration.nix Add SDDM options --- configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 1a6b137..dbf58ea 100644 --- a/configuration.nix +++ b/configuration.nix @@ -51,8 +51,10 @@ services.xserver.enable = true; # Enable the KDE Plasma Desktop Environment. - services.xserver.displayManager.sddm.enable = true; services.xserver.desktopManager.plasma6.enable = true; + # Enable and configure SDDM + services.xserver.displayManager.sddm.wayland.enable = true; + services.xserver.displayManager.sddm.autoNumlock = true; # Configure keymap in X11 services.xserver.xkb = {