dotfiles/pkgs/default.nix
Spotlight 041bf3a81f
Include Monaco for Powerline
This probably shouldn't be included within a git repo, but it's small enough that we're not going to fret about it too much.
2023-07-18 09:51:10 -05:00

4 lines
91 B
Nix

self: super:
{
monaco-powerline = super.callPackage ./monaco-powerline/default.nix {};
}