From 6467ba8a367b2c9c0d27c55558e23bf557e8f064 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Wed, 18 Jun 2025 00:10:37 +0200 Subject: [PATCH] Use permalink for NixOS package --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 2f3b726..fd51c2d 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,9 @@ The name is a collapse of the original project name with Frogeye, as I usually d ### NixOS -Copy [the package definition from my dotfiles](https://git.frogeye.fr/geoffrey/dotfiles/src/branch/main/hm/desktop/cursor/default.nix), +Copy [the package definition from my dotfiles](https://git.frogeye.fr/geoffrey/dotfiles/src/commit/d73fc4cb57c1ec830181126dbe7e413ddcd5295c/hm/desktop/cursor/default.nix#L8), then you can either add it to your `configuration.nix`: - - ```nix environment.systemPackages = fringer-cursors; ```