This commit is contained in:
2025-09-13 23:55:36 +02:00
parent b6eaf7a387
commit be171552d0
4 changed files with 120 additions and 65 deletions

View File

@@ -8,7 +8,7 @@
settings = {
default_session = {
user = username;
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd Hyprland"; # start Hyprland with a TUI login manager
command = "${pkgs.tuigreet}/bin/tuigreet --time --cmd Hyprland"; # start Hyprland with a TUI login manager
};
};
};