Home

dotnix @7eea1dda6a1dbd1aff21a1c249a63d6047e44c4f - refs - log -
-
https://git.jolheiser.com/dotnix.git
My nix dotfiles
dotnix / apps / nogui / oh-my-posh.nix
- raw
1
2
3
4
5
6
7
8
{
  programs.oh-my-posh = {
    enable = true;
    settings =
      builtins.fromJSON (builtins.unsafeDiscardStringContext
        (builtins.readFile ./ohmyposh/config.json));
  };
}