changed some wine stuff

This commit is contained in:
2026-06-19 14:25:44 +01:00
parent 1862996855
commit 7c74a61821
2 changed files with 10 additions and 1 deletions

View File

@@ -239,6 +239,7 @@
tailscale
syncthing
jellyfin-tui
devenv
# Apps
## Actual Useful Stuff
@@ -314,6 +315,7 @@
# System
mesa
pkg-config
vulkan-tools
gvfs
wayvnc

View File

@@ -119,12 +119,18 @@
mumble
gajim
ferdium
wine64
delfin
docker
orca-slicer
ffmpeg
inputs.norgolith.packages.${pkgs.stdenv.hostPlatform.system}.default
# wine
wineWow64Packages.stable
winetricks
wine
wine64
freetype
];
};
@@ -139,6 +145,7 @@
programs.steam = {
enable = true;
protontricks.enable = true;
extraCompatPackages = with pkgs; [
proton-ge-bin
];