diff --git a/modules/software/distractions/steam.nix b/modules/software/distractions/steam.nix index 055bbb8..548be02 100644 --- a/modules/software/distractions/steam.nix +++ b/modules/software/distractions/steam.nix @@ -1,4 +1,4 @@ -{ lib, config, ... }: +{ lib, config, pkgs, ... }: with lib; let @@ -16,5 +16,6 @@ in { enableRenice = true; settings = {}; }; + user.packages = [ pkgs.protontricks pkgs.steam-run ]; }; } \ No newline at end of file