Configure WINE for Touhou
This commit is contained in:
parent
65b1bb9fcc
commit
76cb2ec523
2 changed files with 5 additions and 1 deletions
|
@ -13,7 +13,10 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware.opengl.enable = true;
|
hardware.opengl = {
|
||||||
|
enable = true;
|
||||||
|
driSupport32Bit = true; # Required for Touhou
|
||||||
|
};
|
||||||
|
|
||||||
boot.loader = {
|
boot.loader = {
|
||||||
efi = {
|
efi = {
|
||||||
|
|
|
@ -85,6 +85,7 @@ in
|
||||||
trash-cli # aliased to rm in .bashrc
|
trash-cli # aliased to rm in .bashrc
|
||||||
unzip
|
unzip
|
||||||
pipes
|
pipes
|
||||||
|
wine
|
||||||
|
|
||||||
# Dev command line utilities
|
# Dev command line utilities
|
||||||
hugo
|
hugo
|
||||||
|
|
Loading…
Add table
Reference in a new issue