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