8 lines
175 B
Nix
8 lines
175 B
Nix
|
{
|
||
|
programs.oh-my-posh = {
|
||
|
enable = true;
|
||
|
settings = builtins.fromJSON (builtins.unsafeDiscardStringContext
|
||
|
(builtins.readFile ./ohmyposh/config.json));
|
||
|
};
|
||
|
}
|