games: ship wine

launch games with `wine some-game.exe`
This commit is contained in:
2023-11-26 09:20:48 +00:00
parent 6ae3e61d1d
commit 5528b6d87d
3 changed files with 9 additions and 0 deletions

View File

@@ -74,6 +74,7 @@
./tuba.nix
./vlc.nix
./wike.nix
./wine.nix
./wireshark.nix
./xarchiver.nix
./zeal.nix

View File

@@ -0,0 +1,7 @@
{ ... }:
{
sane.programs.wine = {
# no need for the cryptographic nature, just needs to not use loads of / tmpfs.
persist.byStore.cryptClearOnBoot = [ ".wine" ];
};
}

View File

@@ -44,6 +44,7 @@ in
"space-cadet-pinball" # LMB/RMB controls (bindable though. volume buttons?)
"tumiki-fighters" # keyboard-only
"vvvvvv" # keyboard-only controls
"wine"
];
sane.programs.guiApps = declPackageSet [