apply formatter and fix typo
This commit is contained in:
parent
ae37ebf22a
commit
62a361c5eb
|
@ -19,13 +19,12 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
systemPackages = with pkgs;
|
systemPackages = with pkgs; [
|
||||||
[
|
protontricks
|
||||||
protontricks
|
protonup
|
||||||
protonup
|
protonup-ng
|
||||||
protonup-ng
|
winetricks
|
||||||
winetricks
|
];
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
config,
|
||||||
lib,
|
lib,
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue