Use permalink for NixOS package

This commit is contained in:
Geoffrey Frogeye 2025-06-18 00:10:37 +02:00
parent ea33ca39af
commit 6467ba8a36
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8

View file

@ -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`:
<!-- TODO Permalink once dotfiles commit made -->
```nix
environment.systemPackages = fringer-cursors;
```