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

10 lines
169 B
Nix

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