still broken

This commit is contained in:
2025-01-25 13:12:47 -06:00
parent f6b2825715
commit e94f19c027
2 changed files with 6 additions and 6 deletions

View File

@@ -80,11 +80,11 @@
LC_TIME = "en_US.UTF-8"; LC_TIME = "en_US.UTF-8";
}; };
services.displayManager.sddm.settings.AutoLogin = { # services.displayManager.sddm.settings.AutoLogin = {
User = "nathan"; # User = "nathan";
Session = "hyprland"; # Session = "hyprland";
Relogin = true; # Relogin = true;
}; # };
networking = { networking = {
hostName = "homebox"; hostName = "homebox";

View File

@@ -23,7 +23,7 @@
settings = { settings = {
AutoLogin = { AutoLogin = {
User = "nathan"; User = "nathan";
Session = "hyprland"; Session = "Hyprland";
Relogin = true; Relogin = true;
}; };
}; };