Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
tickernotch # TickerNotch
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
tickernotch # TickerNotch
];
} Package Definition
{
"pname": "tickernotch",
"version": "1.9.0",
"src": {
"url": "https://bitvibelabs.com/tickernotch/TickerNotch-v1.9.0.dmg",
"sha256": "38d9bfa970618fae33e55cf0be44c1710f4e01dde5100cd455c5a1db294f550e"
},
"installPhase": [
"mkdir -p \"$out/Applications/TickerNotch.app\" && cp -r \"TickerNotch.app\" \"$out/Applications\""
],
"meta": {
"description": "Tickers, news, weather and social counters beside the notch or in the menu bar",
"homepage": "https://bitvibelabs.com/tickernotch/"
}
}