new_nix/home-manager/luna/categories/cli/oh-my-posh.nix
2025-03-15 18:24:06 +01:00

6 lines
83 B
Nix

{
programs.oh-my-posh = {
enable = true;
useTheme = "catppuccin";
};
}