From 9b7873ac78097e2a4c4d240877abea1b5d1be923 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Mon, 1 Jan 2024 22:41:50 +0100 Subject: [PATCH] programs.steam.programs.steam is nothing actually oop --- nixos/hosts/shodan/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/shodan/configuration.nix b/nixos/hosts/shodan/configuration.nix index efa86d3..40c31cd 100644 --- a/nixos/hosts/shodan/configuration.nix +++ b/nixos/hosts/shodan/configuration.nix @@ -143,7 +143,7 @@ enable = true; remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server - programs.steam.package = pkgs.steam.override { + package = pkgs.steam.override { extraProfile = ''export LD_PRELOAD=${pkgs.extest}/lib/libextest.so:$LD_PRELOAD''; }; };