Auto-commit: 2026-01-06 02:35:41

This commit is contained in:
2026-01-06 02:35:41 +00:00
parent d2f87fb26a
commit c429081566

View File

@@ -4,10 +4,10 @@
enable = true; enable = true;
settings = rec { settings = rec {
default_session = { default_session = {
command = "${pkgs.tuigreet} --cmd start-hyprland"; command = "${pkgs.tuigreet}/bin/tuigreet --cmd start-hyprland";
user = "lilly"; user = "lilly";
}; };
initial_session = default_session; initial_session = default_session;
}; };
}; };
} }