Auto-commit: 2026-01-06 09:11:53

This commit is contained in:
2026-01-06 09:11:53 +00:00
parent 1f29634174
commit 2e18a7cef8

View File

@@ -11,12 +11,12 @@ in
enable = true;
compositor = "kwin";
};
settings = {
Autologin = lib.mkIf cfg.sddm.autoLogin.enable {
User = "${username}";
Session = cfg.sddm.autoLogin.session;
};
};
# settings = {
# Autologin = lib.mkIf cfg.sddm.autoLogin.enable {
# User = "${username}";
# Session = cfg.sddm.autoLogin.session;
# };
# };
};
environment.systemPackages =