mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-18 02:31:01 +01:00
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)
|
|
];
|
|
}
|