1

fix: add wine64 standalone

This commit is contained in:
Himadri Bhattacharjee
2024-09-09 13:43:41 +05:30
parent b201bad9a1
commit f4a39798f0

View File

@@ -1,7 +1,7 @@
{ config, pkgs, ... }: {
home.packages = with pkgs; [
wine
dxvk
bottles
wine64
lutris
];
}