SupaSidebar icon

SupaSidebar 0.19.4

Arc-like sidebar to save links, files and folders from any browser

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "supasidebar",
  "version": "0.19.4",
  "src": {
    "url": "https://github.com/auspy/supasidebar-updates/releases/download/v0.19.4/supasidebar_v0.19.4.dmg",
    "sha256": "158174ff38b89fb1e5388c7af73db470caebf6f0b87db707a27ac3e6f2743d2e"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/supasidebar.app\" && cp -r \"supasidebar.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Arc-like sidebar to save links, files and folders from any browser",
    "homepage": "https://supasidebar.com/"
  }
}