add module

This commit is contained in:
xenia 2024-10-21 17:56:47 -04:00
parent 82e912d572
commit 9dbbf96816
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@
config.nixpkgs.flake.source = self.outPath;
config.nixpkgs.overlays = overlays;
})
(import ./module.nix)
];
} // builtins.removeAttrs args [ "modules" ]
);