From c5c41087b551ab01a7cc4c391f849ca83a2c4560 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Fri, 8 Nov 2024 13:48:27 +0100 Subject: [PATCH] dm new style --- system-modules/dm.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/system-modules/dm.nix b/system-modules/dm.nix index 0f4714a..e1102ff 100755 --- a/system-modules/dm.nix +++ b/system-modules/dm.nix @@ -25,11 +25,7 @@ if (host != "NxACE") then } else { - environment.systemPackages = with pkgs; [ - sddm - # where-is-my-sddm-theme - ]; - services.xserver = { + services = { displayManager = { defaultSession = "hyprland"; sddm = {