nix-config/modules2/starship/mob.nix
Oliver Davies cff83d9373
All checks were successful
/ check (push) Successful in 1m43s
Move starship configuration
2025-07-28 02:25:36 +01:00

7 lines
197 B
Nix

{
flake.modules.homeManager.base.programs.starship.settings.custom.mob = {
command = "echo $MOB_TIMER_ROOM";
format = "[($output)]($style) ";
when = "[[ -v MOB_TIMER_ROOM ]]";
};
}