Sensei icon

Sensei 2.1.1,138

Monitors the computer system and optimises its performance

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "sensei",
  "version": "2.1.1,138",
  "src": {
    "url": "https://cdn.cindori.com/apps/sensei/updates/2.1.1-138/Sensei.dmg",
    "sha256": "f8540c66cb7cad0596892a4d60fc4ff9eab4fcd87769bd0df6514c6f93fa1b6e"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Sensei.app\" && cp -r \"Sensei.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Monitors the computer system and optimises its performance",
    "homepage": "https://cindori.com/sensei"
  }
}