TouchSwitcher icon

TouchSwitcher 1.4.7

Use the Touch Bar to switch apps

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "touchswitcher",
  "version": "1.4.7",
  "src": {
    "url": "https://hazeover.com/touchswitcher/TouchSwitcher-1.4.7.txz",
    "sha256": "91ec5381e015bb27cbab3325d10e4e838b0cd66c619ac77a28bcb4c39c14e65c"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/TouchSwitcher.app\" && cp -r \"TouchSwitcher.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Use the Touch Bar to switch apps",
    "homepage": "https://hazeover.com/touchswitcher.html"
  }
}