add local overlay
This commit is contained in:
parent
acf5798064
commit
282cdca784
4 changed files with 117 additions and 2 deletions
6
home/overlays.nix
Normal file
6
home/overlays.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
[(self: super:
|
||||
{
|
||||
dino = super.callPackage ./ov/dino.nix {};
|
||||
amarok = super.libsForQt5.callPackage ./ov/amarok.nix {};
|
||||
}
|
||||
)]
|
Loading…
Add table
Add a link
Reference in a new issue