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 tor-browser
]; ];
hardware.opengl = { hardware.opengl = let
extraPackages = with pkgs; [ mangohud ]; packages = with pkgs; [
extraPackages32 = with pkgs; [ mangohud ]; dxvk
gamescope
mangohud
vkd3d
];
in {
extraPackages = packages;
extraPackages32 = packages;
}; };
# Special packages. # Special packages.

View file

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