feat(poe)
This commit is contained in:
parent
63359803f9
commit
ea101d669b
|
@ -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 {
|
||||||
|
|
|
@ -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)$"
|
||||||
|
|
|
@ -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
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue