Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
jordanbaird-ice # Ice
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
jordanbaird-ice # Ice
];
} Package Definition
{
"pname": "jordanbaird-ice",
"version": "0.11.12",
"src": {
"url": "https://github.com/jordanbaird/ice-releases/releases/download/0.11.12/Ice.zip",
"sha256": "d770e81597566dd2d2363feb350f808c7a92e363df95c51e48140eb30e452cc9"
},
"installPhase": [
"mkdir -p \"$out/Applications/Ice.app\" && cp -r \"Ice.app\" \"$out/Applications\""
],
"meta": {
"description": "Menu bar manager",
"homepage": "https://icemenubar.app/"
}
}