This repository has been archived on 2024-01-18. You can view files and clone it, but cannot push or open issues/pull-requests.
2023-06-28 20:48:01 +00:00
|
|
|
{
|
|
|
|
programs.oh-my-posh = {
|
|
|
|
enable = true;
|
2023-07-06 19:32:19 +00:00
|
|
|
settings =
|
|
|
|
builtins.fromJSON (builtins.unsafeDiscardStringContext
|
|
|
|
(builtins.readFile ./ohmyposh/config.json));
|
2023-06-28 20:48:01 +00:00
|
|
|
};
|
|
|
|
}
|