apply formatter and fix typo

This commit is contained in:
Fabian Montero 2025-01-27 23:17:54 -06:00
parent ae37ebf22a
commit 62a361c5eb
Signed by: fabian
GPG key ID: 1FFAC35E1798174F
2 changed files with 7 additions and 7 deletions

View file

@ -19,13 +19,12 @@ in {
}; };
environment = { environment = {
systemPackages = with pkgs; systemPackages = with pkgs; [
[ protontricks
protontricks protonup
protonup protonup-ng
protonup-ng winetricks
winetricks ];
];
}; };
}; };
} }

View file

@ -1,4 +1,5 @@
{ {
config,
lib, lib,
pkgs, pkgs,
... ...