zimbatm / h

faster shell navigation of projects
MIT License
50 stars 4 forks source link

Create / publish a flake with a nix-darwin module #6

Closed grahamc closed 6 months ago

grahamc commented 6 months ago

Usage looks like this:

{
  imports = [
    h.darwinModules.default
  ];
  programs.h.codeRoot = "~/projects";
}