Add flakeModules.easyOverlay code

This commit is contained in:
Robert Hensing 2022-12-01 16:40:48 +00:00
parent 8bfe94414f
commit f6d80a68c6
3 changed files with 110 additions and 0 deletions

View file

@ -22,6 +22,9 @@
'';
};
};
flakeModules = {
easyOverlay = ./extras/easyOverlay.nix;
};
};
}