2023-10-26 02:37:42 +00:00
|
|
|
inputs: self: super: {
|
2022-12-20 02:45:46 +00:00
|
|
|
inherit (inputs) kitty-icon kitty-themes;
|
2023-10-26 02:37:42 +00:00
|
|
|
dark-mode-notify = self.callPackage ./dark-mode-notify.nix {
|
|
|
|
inherit (inputs) dark-mode-notify-src;
|
|
|
|
};
|
|
|
|
fileicon = self.callPackage ./fileicon.nix { inherit (inputs) fileicon-src; };
|
|
|
|
fishPlugins = super.fishPlugins // {
|
2022-12-20 02:45:46 +00:00
|
|
|
fisher = {
|
|
|
|
name = "fisher";
|
|
|
|
src = inputs.fisher-src;
|
|
|
|
};
|
|
|
|
};
|
2023-10-26 02:37:42 +00:00
|
|
|
ia-writer-family = self.callPackage ./ia-writer-family.nix {
|
|
|
|
inherit (inputs) ia-writer-family-src;
|
|
|
|
};
|
|
|
|
yubiswitch = self.callPackage ./yubiswitch.nix { };
|
|
|
|
}
|