home/programs/games: fix STL dependencies
This commit is contained in:
parent
80035c8826
commit
39297e9fbb
1 changed files with 3 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
home.packages = [
|
||||
|
@ -11,10 +11,8 @@
|
|||
pkgs.protonplus
|
||||
pkgs.r2modman
|
||||
|
||||
pkgs
|
||||
. # steamtinkerlaunch dependencies
|
||||
pkgs
|
||||
.xdotool
|
||||
# steamtinkerlaunch dependencies
|
||||
pkgs.xdotool
|
||||
pkgs.xorg.xwininfo
|
||||
pkgs.yad
|
||||
|
||||
|
|
Loading…
Reference in a new issue