refactor: restructure my custom nix functions

This commit is contained in:
matt1432 2024-08-07 14:47:32 -04:00
parent dafb2cf8ce
commit f06b0d9c5b
10 changed files with 94 additions and 69 deletions
nixosModules/ags

View file

@ -68,7 +68,7 @@ in {
home = {
file = let
inherit (import "${self}/lib.nix" {inherit pkgs;}) buildNodeModules;
inherit (import "${self}/lib" {inherit pkgs;}) buildNodeModules;
mkType = package: girName: {
"${agsConfigDir}/config/types/@girs/${toLower girName}".source =