From f9d9740e68e5f9f5901edf284fdda76e366db9c9 Mon Sep 17 00:00:00 2001 From: Luigi Sartor Piucco Date: Mon, 22 Feb 2021 14:34:08 -0300 Subject: [PATCH] steam module: add proper steam.run as well --- nixos/modules/programs/steam.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/programs/steam.nix b/nixos/modules/programs/steam.nix index eecb9de43cce..6e9b7729ad6d 100644 --- a/nixos/modules/programs/steam.nix +++ b/nixos/modules/programs/steam.nix @@ -25,7 +25,7 @@ in { hardware.steam-hardware.enable = true; - environment.systemPackages = [ steam ]; + environment.systemPackages = [ steam steam.run ]; }; meta.maintainers = with maintainers; [ mkg20001 ];