egasimus/rabbits
Software by https://100r.co, packaged for Nix
{ "createdAt": "2020-08-16T10:38:34Z", "defaultBranch": "master", "description": "Software by https://100r.co, packaged for Nix", "fullName": "egasimus/rabbits", "homepage": null, "language": "Nix", "name": "rabbits", "pushedAt": "2020-08-16T10:46:46Z", "stargazersCount": 20, "topics": [], "updatedAt": "2025-06-11T11:04:12Z", "url": "https://github.com/egasimus/rabbits"}Hundred Rabbits on Nix
Section titled “Hundred Rabbits on Nix”TODO Submit PR to nixpkgs
Example usage with configuration.nix
Section titled “Example usage with configuration.nix”Clone the repo:
git clone https://github.com/egasimus/rabbits /etc/nixos/rabbitsImport into configuration.nix:
{ pkgs, ... }: let # ... rabbits = (pkgs.callPackage (import ./rabbits/default.nix) {}); # ...in { environment.systemPackages = [ # ... rabbits.orca rabbits.pilot rabbits.marabu rabbits.left rabbits.ronin rabbits.dotgrid # ... ];}Rebuild:
sudo nixos-rebuild switch --fastLaunch:
orca-oscpilot-oscmarabuleftronindotgridUpdate:
cd /etc/nixos/rabbitsgit pullsudo nixos-rebuild switch --fastUsage with overlays/profiles/flakes/etc.
Section titled “Usage with overlays/profiles/flakes/etc.”Left as an exercise to the reader.