Files
nixos-config/modules/overlays/default.nix

8 lines
76 B
Nix
Raw Normal View History

2025-09-13 02:38:36 -04:00
{
...
}:
{
nixpkgs.overlays = [
(import ./heybrochecklog.nix)
];
}