Files
nixos/hosts/steamdeck.cloonar.com/modules/wow.nix
2023-10-01 01:01:06 +02:00

27 lines
1.1 KiB
Nix

{ ... }:
{
programs.wow-addon-manager = {
enable = true;
user = "dominik";
addonList = ''
https://www.wowinterface.com/downloads/info23536-ConsolePort.html
https://www.wowinterface.com/downloads/info24714-Immersion.html
https://www.wowinterface.com/downloads/info25570-DynamicCam.html
https://www.wowinterface.com/downloads/info15749-ThreatPlates.html
https://github.com/AdiAddons/AdiBags.git
https://www.wowinterface.com/downloads/info26470-AdiBags-Dragonflight.html
https://github.com/darroshi/AdiBags_ConsolePortSupport.git
'';
classicAddonList = ''
https://www.wowinterface.com/downloads/info23536-ConsolePort.html
https://www.wowinterface.com/downloads/info24714-Immersion.html
https://www.wowinterface.com/downloads/info25570-DynamicCam.html
https://github.com/AdiAddons/AdiBags.git
https://www.wowinterface.com/downloads/info26598-AdiBags-Classic.html
https://github.com/max-ri/Guidelime.git
https://sage-guide.netlify.app/Sage.zip
https://www.wowinterface.com/downloads/info15749-ThreatPlates.html
'';
};
}