nixos-config/config/overlays/default.nix

13 lines
126 B
Nix

{
inTester,
...
}:
{
imports =
if !inTester then
[
./inputs-overlay.nix
]
else
[ ];
}