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

5 lines
152 B
Nix
Raw Normal View History

2023-02-03 05:37:18 +00:00
self: super: {
inherit (super.unfree) discord zoom-us minecraft teamviewer steam androidsdk_9_0;
inherit (super.unstableUnfree) minecraft-server;
2020-12-07 02:05:57 +00:00
}