Skip to content

Commit

Permalink
steam: format flag in shell script
Browse files Browse the repository at this point in the history
Co-authored-by: NAHO <[email protected]>
  • Loading branch information
brckd and trueNAHO authored Dec 26, 2024
1 parent 7108ef4 commit 83de397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/steam/hm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"] ''
Expand Down

0 comments on commit 83de397

Please sign in to comment.