nixos-config/overlays/steam.nix

7 lines
110 B
Nix
Raw Normal View History

2018-06-09 13:23:26 +02:00
self: super:
{
steam_primus = super.steamPackages.steam-chrootenv.override {
withPrimus = true;
};
}