diff --git a/nixos/steam.nix b/nixos/steam.nix index 057d0d2..a6cd543 100644 --- a/nixos/steam.nix +++ b/nixos/steam.nix @@ -19,12 +19,13 @@ in { }; environment = { - systemPackages = with pkgs; [ - protontricks - protonup - protonup-ng - winetricks - ]; + systemPackages = with pkgs; + [ + protontricks + protonup + protonup-ng + winetricks + ]; }; }; }