This commit is contained in:
2026-02-28 17:47:35 +00:00
parent de62088d26
commit cdbe3217f4

View File

@@ -171,10 +171,14 @@
services = {
openssh.enable = true;
dbus.enable = true;
getty.autologinUser = "chris";
displayManager = {
# sddm.autoLogin.enable = true;
# sddm.autoLogin.user = "chris";
sddm = {
enable = true;
wayland.enable = true;
theme = "maya";
};
autoLogin.enable = true;
autoLogin.user = "chris";
defaultSession = "hyprland";
};
};