AlDente icon

AlDente 1.36.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.36.3",
  "src": {
    "url": "https://apphousekitchen.com/aldente/AlDente1.36.3.dmg",
    "sha256": "44b5892ba2b44433822bea10134944c1e33215df7698304c5e116103780d83d7"
  },
  "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/"
  }
}