nix/moduler/common/oh-my-posh.nix
2024-06-14 21:31:42 +02:00

8 lines
139 B
Nix

{ pkgs, lib, ... }:
{
programs.oh-my-posh = {
enable = true;
enableFishIntegration = true;
useTheme = "catppuccin_macchiato";
};
}