steam module: add proper steam.run as well

This commit is contained in:
Luigi Sartor Piucco 2021-02-22 14:34:08 -03:00
parent baaec29531
commit f9d9740e68

View file

@ -25,7 +25,7 @@ in {
hardware.steam-hardware.enable = true;
environment.systemPackages = [ steam ];
environment.systemPackages = [ steam steam.run ];
};
meta.maintainers = with maintainers; [ mkg20001 ];