add wow-addon-manager
This commit is contained in:
@@ -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
|
||||||
|
];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user