Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
komet # Komet
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
komet # Komet
];
} Package Definition
{
"pname": "komet",
"version": "1.5.1,54",
"src": {
"url": "https://zgcoder.net/software/komet/Komet_1.5.1_54.tar.xz",
"sha256": "bce616503ab914cf9140dde87395a39a8069e008f71bee1467f0f85255a9b227"
},
"installPhase": [
"mkdir -p \"$out/Applications/Komet.app\" && cp -r \"Komet.app\" \"$out/Applications\""
],
"meta": {
"description": "Commit message editor",
"homepage": "https://zgcoder.net/#komet"
}
} Version History
1.5.1,54 (NixCasks v4)
23 February 2026, 00:00 1.5.1,53 (NixCasks v4)
15 February 2026, 00:00 1.5,52 (NixCasks v4)
26 October 2025, 00:00 1.1,36 (NixCasks v4)
7 March 2025, 09:14 1.1,36 (NixCasks v3)
5 March 2025, 00:00 1.1,36 (NixCasks v2)
4 March 2025, 19:10 1.1,36 (NixCasks v1)
8 November 2024, 21:11