Files
nixos/modules/applications/oh-my-posh.nix
T

10 lines
181 B
Nix

{ ... }: {
flake.homeModules.oh-my-posh = { ... }: {
programs.oh-my-posh = {
enable = true;
enableZshIntegration = true;
useTheme = "gruvbox";
};
};
}