nixconfigs/home/overlays.nix

8 lines
265 B
Nix
Raw Normal View History

2018-12-03 01:31:29 +01:00
[(self: super:
{
amarok = super.libsForQt5.callPackage ./ov/amarok.nix {};
2019-05-08 14:08:48 +02:00
stapler = super.python2.callPackage ./ov/stapler.nix {};
#tor-browser-bundle-bin = super.callPackage ./ov/tor-browser-bundle-bin.nix { inherit (super.gnome3) defaultIconTheme; };
2018-12-03 01:31:29 +01:00
}
)]