|
{ callPackage, inputs, system }:
|
|
{
|
|
dark-mode-notify = callPackage ./dark-mode-notify.nix {
|
|
sdkVersion = "14.1";
|
|
inherit (inputs) dark-mode-notify-src;
|
|
};
|
|
helix-flake = inputs.helix.packages.${system}.default;
|
|
yubiswitch = callPackage ./yubiswitch.nix { };
|
|
}
|