nix-config/overlays/default.nix
Donovan Glover 71a1350732
overlays: Add base16-schemes
Necessary since an update caused the YAML structure to change. Will be
able to remove this once the Qt pull request for stylix gets merged
upstream.

Old: 2b6f2d0677/3024.yaml
New: ae4ce8b0d1/base16/3024.yaml
2024-02-19 08:27:02 -05:00

10 lines
113 B
Nix

{
imports = [
./alejandra.nix
./base16-schemes.nix
./eza.nix
./kitty.nix
./zola.nix
];
}