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

8 lines
78 B
Nix

{...}: {
imports = [
./config.nix
./visuals.nix
./fidget
];
}