From aa9ca90e02bda7e02b3213333084d796b562ad6b Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Sat, 2 Mar 2024 17:10:41 +0300 Subject: [PATCH] Wine : Add extra packages. --- .config/linux/system/module/Desktop.nix | 13 ++++++++++--- .config/linux/system/module/common/Package.nix | 4 ++++ 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.config/linux/system/module/Desktop.nix b/.config/linux/system/module/Desktop.nix index 9024575..dd5a8ec 100644 --- a/.config/linux/system/module/Desktop.nix +++ b/.config/linux/system/module/Desktop.nix @@ -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. diff --git a/.config/linux/system/module/common/Package.nix b/.config/linux/system/module/common/Package.nix index 0de1100..f43ef1b 100644 --- a/.config/linux/system/module/common/Package.nix +++ b/.config/linux/system/module/common/Package.nix @@ -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