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

@@ -46,7 +46,14 @@
enable = true;
videoDrivers = ["nvidia"];
};
displayManager.enable = true;
displayManager = {
enable = true;
defaultSession = "hyprland";
autoLogin = {
enable = true;
user = "nathan";
};
};
};
systemd.extraConfig = "DefaultLimitNOFILE=2048";
@@ -80,11 +87,11 @@
LC_TIME = "en_US.UTF-8";
};
# services.displayManager.sddm.settings.AutoLogin = {
# User = "nathan";
# Session = "hyprland";
# Relogin = true;
# };
services.displayManager.sddm.settings.AutoLogin = {
User = "nathan";
Session = "hyprland";
Relogin = true;
};
networking = {
hostName = "homebox";