Space Rabbit icon

Space Rabbit 2.3.2

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.2",
  "src": {
    "url": "https://github.com/Tahul/space-rabbit/releases/download/v2.3.2/Space-Rabbit.dmg",
    "sha256": "e310fe5d4de0a3ff95ceb342ad254f233ac144a8483225c22e1995cf95e6a1e6"
  },
  "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/"
  }
}