From 45f52123ad65df90a0a0658baabb969a8708998b Mon Sep 17 00:00:00 2001 From: chase Date: Tue, 3 Jun 2025 06:59:37 -0400 Subject: [PATCH] 158 current 2025-06-03 06:53:41 25.11.20250531.910796c 6.15.0 * --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index e5150b4..aca8570 100644 --- a/configuration.nix +++ b/configuration.nix @@ -55,6 +55,8 @@ services.xserver.enable = true; services.displayManager.sddm = { enable = true; + package = pkgs.kdePackages.sddm; + extraPackages = pkgs.kdePackages.sddm-kcm; wayland.enable = true; enableHidpi = true; };