nixos-config/home-manager/modules/neovim/plugins/base16.nix
gwg313 58f06d6729
lots of stuff
Signed-off-by: gwg313 <gwg313@pm.me>
2025-06-30 18:13:14 -04:00

10 lines
168 B
Nix

{ ... }:
{
programs.nixvim = {
colorschemes.base16 = {
enable = true;
colorscheme = "atelier-sulphurpool-light";
autoLoad = true;
};
};
}