lutris
and wine
for thinkpad
This commit is contained in:
parent
2ce75e98be
commit
ea18267fa5
3 changed files with 36 additions and 0 deletions
23
hmModules/wine/default.nix
Normal file
23
hmModules/wine/default.nix
Normal file
|
@ -0,0 +1,23 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
# ...
|
||||
|
||||
# support both 32- and 64-bit applications
|
||||
# wineWowPackages.stable
|
||||
|
||||
# support 32-bit only
|
||||
# wine
|
||||
|
||||
# support 64-bit only
|
||||
# (wine.override { wineBuild = "wine64"; })
|
||||
|
||||
# wine-staging (version with experimental features)
|
||||
# wineWowPackages.staging
|
||||
|
||||
# winetricks (all versions)
|
||||
winetricks
|
||||
|
||||
# native wayland support (unstable)
|
||||
wineWowPackages.waylandFull
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue