8 lines
185 B
Nix
8 lines
185 B
Nix
{
|
|
enable = true;
|
|
enableZshIntegration = true;
|
|
settings = builtins.fromTOML (
|
|
builtins.unsafeDiscardStringContext (builtins.readFile ../../../.config/ohmyposh/zen.toml)
|
|
);
|
|
}
|