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,
|
pkgs,
|
||||||
|
inputs,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
home.packages = [
|
home.packages = [
|
||||||
|
@ -11,10 +11,8 @@
|
||||||
pkgs.protonplus
|
pkgs.protonplus
|
||||||
pkgs.r2modman
|
pkgs.r2modman
|
||||||
|
|
||||||
pkgs
|
# steamtinkerlaunch dependencies
|
||||||
. # steamtinkerlaunch dependencies
|
pkgs.xdotool
|
||||||
pkgs
|
|
||||||
.xdotool
|
|
||||||
pkgs.xorg.xwininfo
|
pkgs.xorg.xwininfo
|
||||||
pkgs.yad
|
pkgs.yad
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue