fixed autologin

This commit is contained in:
2025-01-25 13:35:48 -06:00
parent 34a08bfa31
commit ceb3e40b7d
3 changed files with 14 additions and 17 deletions

View File

@@ -9,10 +9,6 @@
qt.enable = true;
services.displayManager.defaultSession = "hyprland";
services.displayManager.autoLogin.enable = true;
services.displayManager.autoLogin.user = "nathan";
services.displayManager.sddm = {
enable = true;
wayland.enable = true;
@@ -24,13 +20,6 @@
libsForQt5.qtquickcontrols2
libsForQt5.qtgraphicaleffects
];
settings = {
AutoLogin = {
User = "nathan";
Session = "hyprland";
Relogin = true;
};
};
};
};
}