fix typo in gaming module

This commit is contained in:
Fabian Montero 2024-11-29 02:00:13 -06:00
parent 265f1bd9c0
commit f6305533f4

View file

@ -17,12 +17,9 @@ in {
pkgs.protonup pkgs.protonup
pkgs.winetricks pkgs.winetricks
pkgs.protontricks pkgs.protontricks
]; pkgs.lutris
pkgs.openrct2
home.packages = with pkgs; [ pkgs.prismlauncher
lutris
openrct2
prismlauncher
]; ];
}; };
} }