dotfiles.nix/pkgs/default.nix

10 lines
268 B
Nix

{ 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 { };
}