Cover some more scenarios with the module. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
12 lines
518 B
Nix
12 lines
518 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;
|
|
oh-my-posh-settings = ./settings.nix;
|
|
oh-my-posh-config-file = ./config-file.nix;
|
|
oh-my-posh-assertion-settings-theme = ./assertion-settings-theme.nix;
|
|
oh-my-posh-assertion-settings-config-file = ./assertion-settings-config-file.nix;
|
|
oh-my-posh-assertion-theme-config-file = ./assertion-theme-config-file.nix;
|
|
oh-my-posh-assertion-all-three = ./assertion-all-three.nix;
|
|
}
|