{ pkgs, ... }: { services.greetd = { enable = true; settings = rec { default_session = { command = "${pkgs.tuigreet} --cmd start-hyprland"; }; initial_session = default_session; }; }; }