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