Add pkgs overlay

This commit is contained in:
jalr 2021-11-16 14:51:21 +00:00 committed by Jakob Lechner
parent 230a7b3e78
commit 83bc46fd3a
3 changed files with 22 additions and 1 deletions

View file

@ -53,6 +53,8 @@
'';
};
}) // {
overlay = import ./pkgs;
nixosConfigurations = nixpkgs.lib.mapAttrs
(hostname: { system
, extraModules ? [ ]