1
0
Fork 0
nixos-config/overlays/20-unfree.nix
2021-06-02 00:01:43 +02:00

9 lines
301 B
Nix

self: super:
let
unfree = import self.sources."${self.nixpkgs-channel}" { config.allowUnfree = true; };
# unstableUnfree = import self.sources.nixos-unstable { config.allowUnfree = true; };
in
{
inherit (unfree) discord factorio zoom-us skypeforlinux google-chrome minecraft teamviewer steam;
}