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;
};
};
displayManager = {
defaultSession = "hyprland";
autoLogin = {
enable = false;
user = username;
};
sddm = {
enable = true;
wayland.enable = true;
};
greetd = {
enable = true;
settings =
let
default_session.command = "Hyprland";
in
{
inherit default_session;
initial_session = {
inherit (default_session) command;
user = username;
};
};
};
};
xdg.portal = {