Wine : Add extra packages.
This commit is contained in:
parent
99f039806e
commit
aa9ca90e02
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in a new issue