about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorAtemu <atemu.main@gmail.com>2023-04-16 13:24:42 +0200
committerAtemu <atemu.main@gmail.com>2023-04-30 19:22:14 +0200
commitb4b7c759b63bb2e57b8f70b4b4879144fbffcc11 (patch)
treec794f9256581eb1eea82c360de0cf6612f1e843e /pkgs/games
parente2700c1bce733351feecf677216579bae48b84a4 (diff)
steam: add xdg-user-dirs to suppress log spam
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/steam/fhsenv.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/games/steam/fhsenv.nix b/pkgs/games/steam/fhsenv.nix
index 5bf7972a6d909..0536bca4a7d99 100644
--- a/pkgs/games/steam/fhsenv.nix
+++ b/pkgs/games/steam/fhsenv.nix
@@ -29,6 +29,9 @@ let
     procps
     usbutils
 
+    # It tries to execute xdg-user-dir and spams the log with command not founds
+    xdg-user-dirs
+
     # electron based launchers need newer versions of these libraries than what runtime provides
     mesa
     sqlite