depot/third_party/home-manager/tests/modules/programs/oh-my-posh/default.nix

6 lines
98 B
Nix
Raw Normal View History

{
oh-my-posh-bash = ./bash.nix;
oh-my-posh-zsh = ./zsh.nix;
oh-my-posh-fish = ./fish.nix;
}