Wine 64bit Applications?

environment.systemPackages = with pkgs; [

vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.

wget
microsoft-edge
angryipscanner
gimp
onlyoffice-desktopeditors
jellyfin-media-player
plex-media-player
vscode
remmina
discord
# support both 32-bit and 64-bit applications
wineWowPackages.stable

# support 32-bit only
wine

# support 64-bit only
(wine.override { wineBuild = "wine64"; })

# support 64-bit only
wine64

# wine-staging (version with experimental features)
wineWowPackages.staging

# winetricks (all versions)
winetricks

# native wayland support (unstable)
wineWowPackages.waylandFull
];

Just Attempting Putty.exe 64bit, cant load common controls

Am i loading wine wrong? 32bit version runs fine?

I got it, reloaded and removed

environment.systemPackages = with pkgs; [

vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.

wget
microsoft-edge
angryipscanner
gimp
onlyoffice-desktopeditors
jellyfin-media-player
plex-media-player
vscode
remmina
discord
# support both 32-bit and 64-bit applications
wineWowPackages.stable

# winetricks (all versions)
winetricks

# native wayland support (unstable)
wineWowPackages.waylandFull
];