nix-config/modules2/starship/mob.nix

8 lines
197 B
Nix
Raw Normal View History

2025-07-28 02:23:41 +01:00
{
flake.modules.homeManager.base.programs.starship.settings.custom.mob = {
command = "echo $MOB_TIMER_ROOM";
format = "[($output)]($style) ";
when = "[[ -v MOB_TIMER_ROOM ]]";
};
}