7 lines
136 B
Nix
7 lines
136 B
Nix
{
|
|
oh-my-posh-bash = ./bash.nix;
|
|
oh-my-posh-zsh = ./zsh.nix;
|
|
oh-my-posh-fish = ./fish.nix;
|
|
oh-my-posh-nushell = ./nushell.nix;
|
|
}
|