mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-10 16:08:45 +01:00
18acfd0749
Should make it easier for other repositories to use the overlays from this repository.
9 lines
139 B
Nix
9 lines
139 B
Nix
{
|
|
nixpkgs.overlays = [
|
|
(import ./base16-schemes.nix)
|
|
(import ./kitty.nix)
|
|
(import ./srb2.nix)
|
|
(import ./zola.nix)
|
|
];
|
|
}
|