AlDente icon

AlDente 1.37.3

Menu bar tool to limit maximum charging percentage

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    aldente # AlDente
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    aldente # AlDente
  ];
}

Package Definition

{
  "pname": "aldente",
  "version": "1.37.3",
  "src": {
    "url": "https://apphousekitchen.com/aldente/AlDente1.37.3.dmg",
    "sha256": "468ac2c11f1d3310e4e9a3c68d32bc8d514282c63d6d2e189f469415a468bdee"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/AlDente.app\" && cp -r \"AlDente.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Menu bar tool to limit maximum charging percentage",
    "homepage": "https://apphousekitchen.com/"
  }
}