fixing greetd

This commit is contained in:
cnst
2024-08-03 10:51:10 +02:00
parent 6b0f1f91f0
commit 2b2136dfba
2 changed files with 15 additions and 15 deletions

View File

@@ -5,11 +5,11 @@
# AUTOLOGIN
# initial_session = {
# command = "${pkgs.hyprland}/bin/Hyprland";
# user = "adam";
# user = "cnst"; # <- select which user to auto-login
# };
default_session = {
command = "${pkgs.greetd.tuigreet}/bin/tuigreet -r --remember-session --asterisks";
user = "adam";
user = "greeter";
};
};
};