neovim-flake/modules/plugins/utility/diffview/default.nix

7 lines
62 B
Nix

_: {
imports = [
./config.nix
./diffview.nix
];
}