Move starship configuration
All checks were successful
/ check (push) Successful in 1m43s

This commit is contained in:
Oliver Davies 2025-07-28 02:23:41 +01:00
parent c36d1aeaa3
commit cff83d9373
11 changed files with 176 additions and 191 deletions

View file

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