Auto-commit: 2026-01-06 02:33:50

This commit is contained in:
2026-01-06 02:33:50 +00:00
parent cddd8f43f2
commit 5c6711ba46

View File

@@ -2,10 +2,11 @@
{
services.greetd = {
enable = true;
settings = {
settings = rec {
default_session = {
command = "${pkgs.tuigreet} --cmd";
}
}
command = "${pkgs.tuigreet} --cmd start-hyprland";
};
initial_session = default_session;
};
};
}