This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {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 |