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.
This commit is contained in:
Spotlight 2023-07-18 09:51:10 -05:00
parent 1927e8e2fe
commit 041bf3a81f
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
5 changed files with 36 additions and 6 deletions

4
pkgs/default.nix Normal file
View file

@ -0,0 +1,4 @@
self: super:
{
monaco-powerline = super.callPackage ./monaco-powerline/default.nix {};
}