Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
subethaedit # SubEthaEdit
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
subethaedit # SubEthaEdit
];
} Package Definition
{
"pname": "subethaedit",
"version": "5.2.4",
"src": {
"url": "https://subethaedit.net/Releases/SubEthaEdit-5.2.4.zip",
"sha256": "11f9cce3e33988a912f9c1df085ebd0d58b65fc856dc7806041b70bcd30c5043"
},
"installPhase": [
"mkdir -p \"$out/Applications/SubEthaEdit.app\" && cp -r \"SubEthaEdit.app\" \"$out/Applications\""
],
"meta": {
"description": "Plain text and source editor",
"homepage": "https://subethaedit.net/"
}
}