8 lines
132 B
Nix
8 lines
132 B
Nix
|
{
|
||
|
inputs,
|
||
|
cell,
|
||
|
}: {
|
||
|
htran = inputs.cells.dotfiles.devshells.default;
|
||
|
hungtran = inputs.cells.dotfiles.devshells.default;
|
||
|
}
|