Files
nixos/modules/home-manager/oh-my-posh.nix
T

8 lines
116 B
Nix

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