feat(cursors): add wii cursors (WIP)

This commit is contained in:
Mohammad Rafiq 2025-03-24 20:29:51 +08:00
parent 18379a72b7
commit f3c8595eb7
No known key found for this signature in database
21 changed files with 93 additions and 6 deletions

View file

@ -79,5 +79,9 @@
impermanence.url = "github:nix-community/impermanence";
nix-index-database.url = "github:nix-community/nix-index-database";
nix-index-database.inputs.nixpkgs.follows = "nixpkgs";
wii-cursor = {
type = "path";
path = "/home/rafiq/repos/dotfiles/media/wii-cursors-xcursor";
};
};
}