Space Rabbit icon

Space Rabbit 2.3.1

Removes animations when switching between Spaces

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    space-rabbit # Space Rabbit
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    space-rabbit # Space Rabbit
  ];
}

Package Definition

{
  "pname": "space-rabbit",
  "version": "2.3.1",
  "src": {
    "url": "https://github.com/Tahul/space-rabbit/releases/download/v2.3.1/Space-Rabbit.dmg",
    "sha256": "6a833443677af032277d956d66a187cfb4cfc4a0cdc49721d0d4e417ca4b65b5"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Space Rabbit.app\" && cp -r \"Space Rabbit.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Removes animations when switching between Spaces",
    "homepage": "https://space-rabbit.app/"
  }
}