9 lines
159 B
Nix
9 lines
159 B
Nix
{
|
|
programs.oh-my-posh = {
|
|
enable = true;
|
|
enableZshIntegration = true;
|
|
|
|
settings = builtins.fromTOML (builtins.readFile ./theme.omp.toml);
|
|
};
|
|
}
|