This commit is contained in:
Lilith 2024-06-25 19:09:21 +02:00
parent ef45e9c6c9
commit cdeee496e2
Signed by: lilith
GPG key ID: 8712A0F317C37175
4 changed files with 39 additions and 13 deletions

View file

@ -1,13 +0,0 @@
let
awakened-poe-trade = import (builtins.fetchGit { url = "https://github.com/hukasu/awakened-poe-trade-nix"; ref = "refs/tags/v0.0.3"; });
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
];
}