wine 🍷
This commit is contained in:
parent
62cf39fd8d
commit
6756d30e2d
1 changed files with 10 additions and 1 deletions
|
@ -1,10 +1,16 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
# https://wiki.nixos.org/wiki/Lutris
|
# https://wiki.nixos.org/wiki/Lutris
|
||||||
# https://wiki.nixos.org/wiki/Steam
|
# https://wiki.nixos.org/wiki/Steam
|
||||||
|
# https://wiki.nixos.org/wiki/Wine
|
||||||
|
#
|
||||||
|
# After install, run
|
||||||
|
# > winetricks corefonts d3dx9 d3dx10 dxvk
|
||||||
|
# to set up .wine/.
|
||||||
|
|
||||||
programs.steam.enable = true;
|
programs.steam.enable = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
steam-run
|
dxvk
|
||||||
(lutris.override {
|
(lutris.override {
|
||||||
extraLibraries = pkgs: [
|
extraLibraries = pkgs: [
|
||||||
# List library dependencies here
|
# List library dependencies here
|
||||||
|
@ -13,5 +19,8 @@
|
||||||
# List package dependencies here
|
# List package dependencies here
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
|
wineWowPackages.fonts
|
||||||
|
wineWowPackages.waylandFull
|
||||||
|
winetricks
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue