Auto-commit: 2026-01-06 02:53:37

This commit is contained in:
2026-01-06 02:53:37 +00:00
parent c429081566
commit ca9b76724d

View File

@@ -1,13 +0,0 @@
{ pkgs, ... }:
{
services.greetd = {
enable = true;
settings = rec {
default_session = {
command = "${pkgs.tuigreet}/bin/tuigreet --cmd start-hyprland";
user = "lilly";
};
initial_session = default_session;
};
};
}