2022-09-17 23:02:51 +00:00
|
|
|
{ callPackage, inputs, system }:
|
|
|
|
{
|
2022-09-23 03:49:34 +00:00
|
|
|
dark-mode-notify = callPackage ./dark-mode-notify.nix {
|
|
|
|
sdkVersion = "14.0";
|
|
|
|
inherit (inputs) dark-mode-notify-src;
|
|
|
|
};
|
2022-09-04 17:39:34 +00:00
|
|
|
helix = inputs.helix.packages.${system}.default;
|
2022-09-23 03:49:34 +00:00
|
|
|
yubiswitch = callPackage ./yubiswitch.nix { };
|
2022-09-04 17:39:34 +00:00
|
|
|
}
|