From 79afaac84324f919040cd2c4ce780ee8a0e7cead Mon Sep 17 00:00:00 2001 From: Soispha Date: Mon, 10 Apr 2023 13:04:11 +0200 Subject: Fix(system/nixpkgs): Add missing dependencies for lutris --- system/nixpkgs/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'system/nixpkgs/default.nix') diff --git a/system/nixpkgs/default.nix b/system/nixpkgs/default.nix index 40a67d50..9c8ec3e9 100644 --- a/system/nixpkgs/default.nix +++ b/system/nixpkgs/default.nix @@ -12,6 +12,8 @@ builtins.elem (lib.getName pkg) [ "steam" "steam-original" + "steam-runtime" + "steam-run" ]; }; } -- cgit 1.4.1