From 005124e97041d9a3f88a8339b1224e031e73be22 Mon Sep 17 00:00:00 2001 From: "Jill \"oatmealine\" Monoids" Date: Mon, 4 Mar 2024 13:40:45 +0300 Subject: [PATCH] add protontricks and steam-run because i use them daily at this rate --- modules/software/distractions/steam.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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