From 83de397662062a54307bdb364734ebbe9a69d2cf Mon Sep 17 00:00:00 2001 From: bricked Date: Thu, 26 Dec 2024 22:14:18 +0000 Subject: [PATCH] steam: format flag in shell script Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com> --- modules/steam/hm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/steam/hm.nix b/modules/steam/hm.nix index 92e2d7508..b536a4cae 100644 --- a/modules/steam/hm.nix +++ b/modules/steam/hm.nix @@ -19,7 +19,7 @@ in { home.activation.adwaitaForSteam = let shellScript = pkgs.writeShellScript "adwaitaForSteam" '' rm -f "$HOME/.cache/AdwSteamInstaller/extracted/custom/custom.css" - ${lib.getExe pkgs.adwsteamgtk} -i + ${lib.getExe pkgs.adwsteamgtk} --install ''; in config.lib.dag.entryAfter ["writeBoundary" "dconfSettings"] ''