games: ship wine
launch games with `wine some-game.exe`
This commit is contained in:
@@ -74,6 +74,7 @@
|
||||
./tuba.nix
|
||||
./vlc.nix
|
||||
./wike.nix
|
||||
./wine.nix
|
||||
./wireshark.nix
|
||||
./xarchiver.nix
|
||||
./zeal.nix
|
||||
|
7
hosts/common/programs/wine.nix
Normal file
7
hosts/common/programs/wine.nix
Normal 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" ];
|
||||
};
|
||||
}
|
@@ -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 [
|
||||
|
Reference in New Issue
Block a user