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 = {
systemPackages = with pkgs;
[
protontricks
protonup
protonup-ng
winetricks
];
systemPackages = with pkgs; [
protontricks
protonup
protonup-ng
winetricks
];
};
};
}

View file

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