2.home-manager/tests/modules/programs/oh-my-posh/default.nix
Austin Horstman 10f5a0cc4b tests/oh-my-posh: expand test coverage
Cover some more scenarios with the module.

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-09-17 00:06:30 -05:00

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