Regroupement configurations

This commit is contained in:
nyanloutre 2018-06-09 13:23:26 +02:00
parent 071c0d6ac9
commit 2901854e84
8 changed files with 221 additions and 12 deletions

6
overlays/steam.nix Normal file
View file

@ -0,0 +1,6 @@
self: super:
{
steam_primus = super.steamPackages.steam-chrootenv.override {
withPrimus = true;
};
}