Switch back to using greetd, has some issues with sddm

This commit is contained in:
Evie Litherland-Smith 2025-01-31 13:41:14 +00:00
parent c60a80d7d1
commit 70ef1c7285

View file

@ -108,16 +108,19 @@
support32Bit = true; support32Bit = true;
}; };
}; };
displayManager = { greetd = {
defaultSession = "hyprland"; enable = true;
autoLogin = { settings =
enable = false; let
user = username; default_session.command = "Hyprland";
}; in
sddm = { {
enable = true; inherit default_session;
wayland.enable = true; initial_session = {
}; inherit (default_session) command;
user = username;
};
};
}; };
}; };
xdg.portal = { xdg.portal = {