AlDente icon

AlDente 1.33

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.33",
  "src": {
    "url": "https://apphousekitchen.com/aldente/AlDente1.33.dmg",
    "sha256": "b94925c694045555e9d9e64b601a6602c568e73895d33bc74490382518890099"
  },
  "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/"
  }
}