neovim-flake/modules/plugins/visuals/default.nix

9 lines
96 B
Nix

{
imports = [
./fidget
./nvim-web-devicons
./config.nix
./visuals.nix
];
}