nix-config/overlays/default.nix
Donovan Glover dd862ac7aa
meta: Drop eza overlay
The CJK + icons bug seems to be fixed in newer versions of eza.
2024-03-25 11:56:14 -04:00

10 lines
113 B
Nix

{
imports = [
./base16-schemes.nix
./hyprland.nix
./kitty.nix
./srb2.nix
./zola.nix
];
}