Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
aural # Aural Player
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
aural # Aural Player
];
} Package Definition
{
"pname": "aural",
"version": "4.0.0-preview28",
"src": {
"url": "https://github.com/maculateConception/aural-player/releases/download/final/AuralPlayer-4.0.0-preview28.dmg",
"sha256": "5cacd6f1f5b6956bdb9c5ff7f9b05ebbb11516010000d1f0bc793e6045a17172"
},
"installPhase": [
"mkdir -p \"$out/Applications/Aural.app\" && cp -r \"Aural.app\" \"$out/Applications\""
],
"meta": {
"description": "Audio player inspired by Winamp",
"homepage": "https://github.com/maculateConception/aural-player"
}
}