1
1
Fork
You've already forked cursors
0
A few cursors packaged for NixOS
  • Nix 100%
2026年01月03日 23:25:51 +02:00
pkgs style: Switch to nixfmt 2026年01月03日 23:25:51 +02:00
.envrc feat: Setup envrc 2025年11月28日 02:56:41 +02:00
.gitignore feat: Setup envrc 2025年11月28日 02:56:41 +02:00
fetchFromPling.nix style: Switch to nixfmt 2026年01月03日 23:25:51 +02:00
flake.lock feat: Change mymelody to less hacky way 2025年11月28日 02:16:12 +02:00
flake.nix style: Switch to nixfmt 2026年01月03日 23:25:51 +02:00
README.md Add hatsune_miku 2025年12月15日 20:07:29 +02:00

Cursors

A few cursors packaged for NixOS

# flake.nix
inputs = {
 cursors.url = "git+ssh://git@codeberg.org/kaya/cursors.git";
};
nixpkgs.overlays = [
 inputs.cursors.overlays.default
];
stylix.cursor = {
 package = pkgs.pixelcursor;
 name = "pixelcursor";
 size = 24;
};

Packages

Credits

None of the cursors are made by me, they're here only to make it easily usable on NixOS.

Credits to Astropulse for pixelcursor

Development

Packaging cursors from pling

Have a look at pkgs/doro.nix for an example how to package one.

Feel free to make a PR for any you add.