nix-config/overlays/default.nix
Donovan Glover 18acfd0749
meta(flake.nix): Add overlays as outputs
Should make it easier for other repositories to use the overlays from
this repository.
2024-03-31 06:21:47 -04:00

9 lines
139 B
Nix

{
nixpkgs.overlays = [
(import ./base16-schemes.nix)
(import ./kitty.nix)
(import ./srb2.nix)
(import ./zola.nix)
];
}