home-manager/tests/modules/programs/oh-my-posh/default.nix
2023-12-25 19:01:13 +01:00

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;
}