nixos-config/config/overlays/default.nix

14 lines
126 B
Nix
Raw Normal View History

2024-11-22 11:21:55 +00:00
{
inTester,
...
}:
{
imports =
if !inTester then
[
./inputs-overlay.nix
]
else
[ ];
}