add protontricks and steam-run because i use them daily at this rate

This commit is contained in:
Jill 2024-03-04 13:40:45 +03:00
parent ccf5e34878
commit 005124e970
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{ lib, config, ... }: { lib, config, pkgs, ... }:
with lib; with lib;
let let
@ -16,5 +16,6 @@ in {
enableRenice = true; enableRenice = true;
settings = {}; settings = {};
}; };
user.packages = [ pkgs.protontricks pkgs.steam-run ];
}; };
} }