From e1fda434152049967e9042658d62ffb91a0521b4 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Wed, 19 Jun 2024 12:00:20 +0200 Subject: [PATCH] add sddm --- hosts/default/configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index c53b12e..944da5c 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -236,7 +236,7 @@ jack.enable = true; }; greetd = { - enable = true; + enable = false; settings = rec { initial_session = { command = "${pkgs.hyprland}/bin/Hyprland"; @@ -264,6 +264,10 @@ }; videoDrivers = [ "nvidia" ]; }; + displayManager.sddm = { + enable = true; + wayland.enable = true; + }; flatpak.enable = true; };