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