neovim-flake/modules/plugins/ui/fastaction/default.nix

7 lines
66 B
Nix

{
imports = [
./fastaction-nvim.nix
./config.nix
];
}