Wine : Add extra packages.

This commit is contained in:
Dmitry Voronin 2024-03-02 17:10:41 +03:00
parent 99f039806e
commit aa9ca90e02
2 changed files with 14 additions and 3 deletions

View file

@ -12,9 +12,16 @@
tor-browser
];
hardware.opengl = {
extraPackages = with pkgs; [ mangohud ];
extraPackages32 = with pkgs; [ mangohud ];
hardware.opengl = let
packages = with pkgs; [
dxvk
gamescope
mangohud
vkd3d
];
in {
extraPackages = packages;
extraPackages32 = packages;
};
# Special packages.

View file

@ -8,8 +8,10 @@
cryptsetup
curl
ddrescue
dxvk
ffmpeg
file
gamescope
gcc
gnome.gnome-tweaks
gnumake
@ -25,6 +27,7 @@
lshw
lsof
ltex-ls
mangohud
mpv
ncdu
nmap
@ -40,6 +43,7 @@
tree
universal-android-debloater
ventoy
vkd3d
wget
wine64
wl-clipboard