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

12 lines
142 B
Nix

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