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