From 80201f8e71c6dc024bc3d4919c09259942fafd9d Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Fri, 12 Jul 2024 23:08:17 -0700 Subject: [PATCH] refactor: move sddm configuration --- configuration.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index d73a216..2e19598 100755 --- a/configuration.nix +++ b/configuration.nix @@ -60,8 +60,11 @@ }; # Enable the KDE Plasma Desktop Environment. - services.displayManager.sddm.enable = true; - services.displayManager.sddm.wayland.enable = true; + services.displayManager.sddm = { + enable = true; + wayland.enable = true; + + }; # services.desktopManager.plasma6.enable = true; # Configure keymap in X11