feat(lutris): add wine package

This commit is contained in:
Felix Schröter 2024-04-30 23:11:44 +02:00
parent b034aab843
commit eb4b028926
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -2,5 +2,5 @@
{ {
# TODO move into heroic.nix or rename lutris.nix # TODO move into heroic.nix or rename lutris.nix
home.packages = with pkgs; [ lutris heroic ]; home.packages = with pkgs; [ unstable.wineWowPackages.stable lutris heroic ];
} }