Switch back to using greetd, has some issues with sddm
This commit is contained in:
parent
c60a80d7d1
commit
70ef1c7285
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue