Athas icon

Athas 0.3.1

Lightweight code editor

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.3.1",
  "src": {
    "url": "https://github.com/athasdev/athas/releases/download/v0.3.1/Athas_0.3.1_aarch64.dmg",
    "sha256": "71f2bdb4e29e04ba7627cc07bb71c1ea543998b02291c6168954131e95c16250"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Athas.app\" && cp -r \"Athas.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Lightweight code editor",
    "homepage": "https://athas.dev/"
  }
}