Skip to content

Instantly share code, notes, and snippets.

View deej81's full-sized avatar

Dan Jordan deej81

  • WeThinkCode_
  • Yorkshire,UK
  • X @deej99
View GitHub Profile
{pkgs, ...}: let
pname = "cursor";
version = "0.32.2";
src = pkgs.fetchurl {
# this will break if the version is updated.
# unfortunately, i couldn't seem to find a url that
# points to a specific version.
# alternatively, download the appimage manually and
# include it via src = ./cursor.AppImage, instead of fetchurl