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 = {
|
||||
efi = {
|
||||
|
|
|
@ -85,6 +85,7 @@ in
|
|||
trash-cli # aliased to rm in .bashrc
|
||||
unzip
|
||||
pipes
|
||||
wine
|
||||
|
||||
# Dev command line utilities
|
||||
hugo
|
||||
|
|
Loading…
Add table
Reference in a new issue