1
0
Fork 0
nixos-config/overlays/20-unfree.nix
2020-12-07 03:05:57 +01:00

9 lines
282 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 steam zoom-us skypeforlinux google-chrome;
}