complete restructure
This commit is contained in:
23
modules/gaming/wine.nix
Normal file
23
modules/gaming/wine.nix
Normal file
@@ -0,0 +1,23 @@
|
||||
# modules/gaming/wine.nix
|
||||
# Wine, launchers, and controller support
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
wineWowPackages.stagingFull
|
||||
winetricks
|
||||
protontricks
|
||||
faugus-launcher
|
||||
lutris
|
||||
heroic
|
||||
];
|
||||
|
||||
services.udev.packages = with pkgs; [
|
||||
game-devices-udev-rules
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user