feat(exprs): add cursors
This commit is contained in:
parent
5f2f829d38
commit
a73de7289f
5 changed files with 281 additions and 0 deletions
|
@ -3,6 +3,9 @@ inputs: final: prev: {
|
|||
pycharm-wrapped = prev.callPackage ./pycharm-wrapped.nix { };
|
||||
google-sans = prev.callPackage ./google-sans.nix { };
|
||||
|
||||
niigo-miku-cursors = prev.callPackage ./niigo-miku-cursors.nix { };
|
||||
patchouli-cursors = prev.callPackage ./patchouli-cursors.nix { };
|
||||
|
||||
urbackup-client = prev.urbackup-client.overrideAttrs (old: {
|
||||
nativeBuildInputs = old.nativeBuildInputs or [ ] ++ [ prev.autoreconfHook ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue