dotfiles/overlays/default.nix
2020-11-30 19:03:30 +01:00

6 lines
242 B
Nix

self: super: {
lib = (super.lib or { }) // { qois = import ../lib { lib = self.lib; }; };
vmware-horizon-client =
super.callPackage ./applications/networking/remote/vmware-horizon-client
{ }; # TODO: Should be included in 21.03
}