1
0
Fork 0
nixos-config/overlays/20-unfree.nix

9 lines
292 B
Nix
Raw Normal View History

2020-05-27 13:20:08 +00:00
self: super:
2020-09-16 17:55:08 +00:00
let
2020-12-07 02:05:57 +00:00
unfree = import self.sources."${self.nixpkgs-channel}" { config.allowUnfree = true; };
unstableUnfree =
import self.sources.nixos-unstable { config.allowUnfree = true; };
in {
2021-03-08 13:45:30 +00:00
inherit (unfree) discord factorio steam zoom-us skypeforlinux google-chrome minecraft;
2020-12-07 02:05:57 +00:00
}