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.1",
"src": {
"url": "https://chatterino.fra1.digitaloceanspaces.com/bin/2.5.1/Chatterino.dmg",
"sha256": "e9f3488ec32824b2b6df987d227fef2ac7132b463ea0dc58921f84587ee62840"
},
"installPhase": [
"mkdir -p \"$out/Applications\" && cp -r \"chatterino.app\" \"$out/Applications/chatterino.app\""
],
"meta": {
"description": "Chat client for https://twitch.tv",
"homepage": "https://chatterino.com/"
}
}