emotes/packages.nix
2024-04-21 13:59:59 -04:00

14 lines
No EOL
414 B
Nix

{ pkgs, utils, inputs, ... }: let
specialArgs = { inherit pkgs utils inputs; };
in {
# These are specific to the Lightrunner System instances.
lightrunner-custom = {
anime = import ./custom/anime.nix specialArgs;
hearts = import ./custom/hearts.nix specialArgs;
};
volpeon = {
blobfox = import ./volpeon/blobfox.nix specialArgs;
neocat = import ./volpeon/neocat.nix specialArgs;
};
}