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.winetricks
pkgs.protontricks
];
home.packages = with pkgs; [
lutris
openrct2
prismlauncher
pkgs.lutris
pkgs.openrct2
pkgs.prismlauncher
];
};
}