feat: correctly pass overlays to HM configurations

Add `zig master` and `neovim-nightly` from top-level `flake` to `cheetah` HM configuration
This commit is contained in:
reo101 2022-11-21 14:42:45 +02:00
parent 0fbfd6973e
commit ef283b9c1f
2 changed files with 7 additions and 19 deletions

View file

@ -26,6 +26,6 @@
backupFileExtension = "hm-bak";
# useGlobalPkgs = true;
# extraOptions = { inherit inputs; };
extraSpecialArgs = { inherit inputs; };
};
}