dotfiles.nix/pkgs/default.nix

10 lines
274 B
Nix

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