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