try again

This commit is contained in:
2025-01-25 13:29:18 -06:00
parent 19c421a9c0
commit 34a08bfa31

View File

@@ -9,7 +9,9 @@
qt.enable = true; qt.enable = true;
services.displayManager.defaultSession = ""; services.displayManager.defaultSession = "hyprland";
services.displayManager.autoLogin.enable = true;
services.displayManager.autoLogin.user = "nathan";
services.displayManager.sddm = { services.displayManager.sddm = {
enable = true; enable = true;
@@ -25,7 +27,7 @@
settings = { settings = {
AutoLogin = { AutoLogin = {
User = "nathan"; User = "nathan";
Session = "Hyprland"; Session = "hyprland";
Relogin = true; Relogin = true;
}; };
}; };