mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-25 09:43:11 +01:00
containers(wine): Switch to wineWowPackages.stagingFull
wineWowPackages.stagingFull has better compatibility than waylandFull and runs more applications without black screens. The difference between stagingFull and wine-ge is that wine-ge doesn't crash when encountering an error like ELFCLASS64 and usually opens windows larger and fullscreen-like. The reason stagingFull is preferred over wine-ge in this case is that stagingFull is a part of nixpkgs and doesn't suffer from a black screen bug when a hidden menu pushes the content in the window viewport down. Additionally, although wine-ge avoids crashes in more cases, this results in applications running that may or may not fully work, and sometimes results in black screens where there should be graphics instead.
This commit is contained in:
parent
e0f1521899
commit
a75c20db5b
@ -71,7 +71,7 @@ let VARIABLES = import ../src/variables.nix; in {
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
kitty
|
||||
nix-gaming.packages."${VARIABLES.system}".wine-ge
|
||||
wineWowPackages.stagingFull
|
||||
winetricks
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user