Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
kvirc # KVIrc
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
kvirc # KVIrc
];
} Package Definition
{
"pname": "kvirc",
"version": "5.2.6,Quasar",
"src": {
"url": "https://github.com/kvirc/KVIrc/releases/download/5.2.6/KVIrc-5.2.6-Quasar.dmg",
"sha256": "2aeb70d17289a6921018aa696c9ecb529d6c77c3cb98e1599098d8fc62106f9f"
},
"installPhase": [
"mkdir -p \"$out/Applications/KVIrc.app\" && cp -r \"KVIrc.app\" \"$out/Applications\""
],
"meta": {
"description": "IRC Client",
"homepage": "https://www.kvirc.net/"
}
}