dotfiles.nix/pkgs/default.nix

6 lines
188 B
Nix
Raw Normal View History

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