add local overlay

This commit is contained in:
Trolli Schmittlauch 2018-12-03 01:31:29 +01:00
parent acf5798064
commit 282cdca784
4 changed files with 117 additions and 2 deletions

6
home/overlays.nix Normal file
View file

@ -0,0 +1,6 @@
[(self: super:
{
dino = super.callPackage ./ov/dino.nix {};
amarok = super.libsForQt5.callPackage ./ov/amarok.nix {};
}
)]