A few cursors packaged for NixOS
- Nix 100%
| pkgs | style: Switch to nixfmt | |
| .envrc | feat: Setup envrc | |
| .gitignore | feat: Setup envrc | |
| fetchFromPling.nix | style: Switch to nixfmt | |
| flake.lock | feat: Change mymelody to less hacky way | |
| flake.nix | style: Switch to nixfmt | |
| README.md | Add hatsune_miku | |
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.