feat(poe)

This commit is contained in:
Patrick 2024-07-31 14:58:57 +02:00
parent 63359803f9
commit ea101d669b
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F
3 changed files with 3 additions and 2 deletions

View file

@ -18,7 +18,7 @@ let
icon = pkgs.fetchurl { icon = pkgs.fetchurl {
url = "https://web.poecdn.com/image/Art/2DItems/Currency/TransferOrb.png"; url = "https://web.poecdn.com/image/Art/2DItems/Currency/TransferOrb.png";
sha256 = "sha256-fZ3PU+yE1n/RytkPFAXQhU85KNQStYcSrdgw+OYfJRg="; sha256 = "sha256-llr7i9D8zaEN+P8894MQvnUwQrysxhOLcLH73FPLHtY=";
}; };
in in
pkgs.appimageTools.wrapType2 { pkgs.appimageTools.wrapType2 {

View file

@ -201,6 +201,7 @@ in
"immediate, class:^(cs2)$" "immediate, class:^(cs2)$"
# apex legends # apex legends
"immediate, class:^(steam_app_1172470)$" "immediate, class:^(steam_app_1172470)$"
"immediate, class:^(steam_app_238960)$"
"float, class:^(steam)$, title:^(?!S)" "float, class:^(steam)$, title:^(?!S)"
"workspace 2,class:^(firefox)$" "workspace 2,class:^(firefox)$"
"workspace 3,class:^(thunderbird)$" "workspace 3,class:^(thunderbird)$"

View file

@ -5,7 +5,7 @@
home.persistence."/persist".directories = [ ".local/share/pobfrontend" ]; home.persistence."/persist".directories = [ ".local/share/pobfrontend" ];
home.packages = [ home.packages = [
#pkgs.awakened-poe-trade pkgs.awakened-poe-trade
pkgs.path-of-building pkgs.path-of-building
]; ];
} }