Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
chatterino # Chatterino
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
chatterino # Chatterino
];
}
Package Definition
{
"pname": "chatterino",
"version": "2.5.4",
"src": {
"url": "https://chatterino.fra1.digitaloceanspaces.com/bin/2.5.4/Chatterino.dmg",
"sha256": "8ca8983e7c6995f1870ee4850902755cdb2b5e529c16763dcb61ed16f74d166d"
},
"installPhase": [
"mkdir -p \"$out/Applications/chatterino.app\" && cp -r \"chatterino.app\" \"$out/Applications\""
],
"meta": {
"description": "Chat client for https://twitch.tv",
"homepage": "https://chatterino.com/"
}
}