Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
athas # Athas
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
athas # Athas
];
} Package Definition
{
"pname": "athas",
"version": "0.2.7",
"src": {
"url": "https://github.com/athasdev/athas/releases/download/v0.2.7/Athas_0.2.7_aarch64.dmg",
"sha256": "465669aee7c48f6c4f7206d3ccd419d0c1af20dd919dc59083a01ba51c5b9479"
},
"installPhase": [
"mkdir -p \"$out/Applications/Athas.app\" && cp -r \"Athas.app\" \"$out/Applications\""
],
"meta": {
"description": "Lightweight code editor",
"homepage": "https://athas.dev/"
}
}