From 62a361c5ebf139d06edd73b57d29bdce8f392a46 Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Mon, 27 Jan 2025 23:17:54 -0600 Subject: [PATCH] apply formatter and fix typo --- sys/modules/steam.nix | 13 ++++++------- sys/platforms/vps/srv/net.nix | 1 + 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sys/modules/steam.nix b/sys/modules/steam.nix index a6cd543..057d0d2 100644 --- a/sys/modules/steam.nix +++ b/sys/modules/steam.nix @@ -19,13 +19,12 @@ in { }; environment = { - systemPackages = with pkgs; - [ - protontricks - protonup - protonup-ng - winetricks - ]; + systemPackages = with pkgs; [ + protontricks + protonup + protonup-ng + winetricks + ]; }; }; } diff --git a/sys/platforms/vps/srv/net.nix b/sys/platforms/vps/srv/net.nix index fc97444..6a83997 100644 --- a/sys/platforms/vps/srv/net.nix +++ b/sys/platforms/vps/srv/net.nix @@ -1,4 +1,5 @@ { + config, lib, pkgs, ...