Skip to content

feat: add inir-mascot companion package - #207

Open
greedoftheendless wants to merge 1 commit into
snowarch:prereleasefrom
greedoftheendless:mascot-pr
Open

feat: add inir-mascot companion package#207
greedoftheendless wants to merge 1 commit into
snowarch:prereleasefrom
greedoftheendless:mascot-pr

Conversation

@greedoftheendless

Copy link
Copy Markdown

Adds a companion Nix package that fetches and extracts the mascot art pack (354 poses/animations) from GitHub releases to share/quickshell/inir/assets/images/mascot/, so users can merge it with the main iNiR package via symlinkJoin.

Usage:

# In flake inputs
iNiR.url = "github:snowarch/iNiR/prerelease";

# In home-manager module
pkgs.symlinkJoin {
  name = "inir-with-mascot";
  paths = [ inputs.iNiR.packages.${pkgs.system}.default inputs.iNiR.packages.${pkgs.system}.inir-mascot ];
}

@greedoftheendless

Copy link
Copy Markdown
Author

Would like any person who uses nix, to test it out. So far it works on my machine, but don't have any VM's or other machines to check it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant