Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
atuin-desktop # Atuin Desktop
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
atuin-desktop # Atuin Desktop
];
}
Package Definition
{
"pname": "atuin-desktop",
"version": "0.1.7",
"src": {
"url": "https://github.com/atuinsh/desktop/releases/download/v0.1.7/Atuin_0.1.7_aarch64.dmg",
"sha256": "4ac8986b72206e993ba3e77566f0136e08f9d3c8c24cff534e1dffac7d57498d"
},
"installPhase": [
"mkdir -p \"$out/Applications/Atuin.app\" && cp -r \"Atuin.app\" \"$out/Applications\""
],
"meta": {
"description": "Runbook editor for terminal workflows",
"homepage": "https://atuin.sh/"
}
}