Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
iconset # Iconset
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
iconset # Iconset
];
} Package Definition
{
"pname": "iconset",
"version": "2.5.0",
"src": {
"url": "https://github.com/IconsetApp/iconset/releases/download/v2.5.0/Iconset-2.5.0-arm64-mac.zip",
"sha256": "ed567c877bb0b7ba6889edc857f7cc83deb1f4e8c6bfc692ae7eb97e9ef9452c"
},
"installPhase": [
"mkdir -p \"$out/Applications/Iconset.app\" && cp -r \"Iconset.app\" \"$out/Applications\""
],
"meta": {
"description": "Organise icon sets and packs in one place",
"homepage": "https://iconset.io/"
}
}