add wow-addon-manager
This commit is contained in:
parent
e6f44e9b21
commit
68edee4e90
2 changed files with 17 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
||||||
|
|
||||||
./utils/bento.nix
|
./utils/bento.nix
|
||||||
./modules/sway/sway.nix
|
./modules/sway/sway.nix
|
||||||
|
./modules/wow-addon-manager.nix
|
||||||
|
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
];
|
];
|
||||||
|
|
|
||||||
16
hosts/steamdeck.cloonar.com/modules/wow-addon-manager.nix
Normal file
16
hosts/steamdeck.cloonar.com/modules/wow-addon-manager.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
{ buildGoModule, ... }:
|
||||||
|
let
|
||||||
|
wow-addon-manager = buildGoModule {
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "Gonzih";
|
||||||
|
repo = "wow-addon-manager";
|
||||||
|
rev = "b72bcf1fc62ce6b51f8d53997e92f0351f87ebb4";
|
||||||
|
sha256 = "0rs9bxxrw4wscf4a8yl776a8g880m5gcm75q06yx2cn3lw2b7v22";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
in {
|
||||||
|
|
||||||
|
environment.systemPackages = [
|
||||||
|
wow-addon-manager
|
||||||
|
];
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue