• Operand
  • # (b)ring mi - belles.

gram:build

> ./nixos/session/sip.nix

Lenses
(coming soon!)


basic: { base, lines ? [] }: ''
layout {
  cwd "~/base/code/${base}"
  ${basic.shape.nix}
  ${basic.upper}

  ${basic.banner ''

    ${basic.column ''
      nix { args "develop" "--command" "mix" "deps.get"; }
      nix { args "develop" "--command" "mix" "help" { start_suspended false; }; }
      nix { args "develop" "--command" "mix" "run"; }
      nix { args "develop" "--command" "iex" "-S" "mix" "run"; }
    ''}

    ${basic.column ''
      ${basic.change}
      pane borderless=true command="nix" { args "develop" }
    ''}

  ''}

  ${basic.under}
}
''