Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
iconchanger # IconChanger
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
iconchanger # IconChanger
];
} Package Definition
{
"pname": "iconchanger",
"version": "1.2.7,2022-12-22,11-45-17",
"src": {
"url": "https://github.com/underthestars-zhy/IconChanger/releases/download/v1.2.7/IconChanger.2022-12-22.11-45-17.zip",
"sha256": "65952531d571375a60b8b1082f2d655040bf566d4e8692449476a8e2582e8b46"
},
"installPhase": [
"mkdir -p \"$out/Applications/IconChanger 2022-12-22 11-45-17/IconChanger.app\" && cp -r \"IconChanger 2022-12-22 11-45-17/IconChanger.app\" \"$out/Applications\""
],
"meta": {
"description": "Change your app's icon",
"homepage": "https://github.com/underthestars-zhy/IconChanger"
}
}