Files
dots/home/shells/zsh/prompt.nix
2025-12-01 18:24:34 +01:00

9 lines
159 B
Nix

{
programs.oh-my-posh = {
enable = true;
enableZshIntegration = true;
settings = builtins.fromTOML (builtins.readFile ./theme.omp.toml);
};
}