Skip to content

hukasu/awakened-poe-trade-nix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Awakened PoE Trade on Nix

A simple derivation to load Awakened PoE Trade's Appimage on Nix.

NixOS

Add this to your configuration.nix

let
  awakened-poe-trade = import (builtins.fetchGit { url = "https://github.com/hukasu/awakened-poe-trade-nix"; ref = "refs/tags/v0.0.5"; });
in {
  environment.systemPackages = [
    # This is the to add the application
    awakened-poe-trade.app
    # Add this to add a Desktop Item
    # This requires the `app`, but the way it's setup right now,
    # it does not install the `app` automatically 
    awakened-poe-trade.desktop
  ];
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages