nix-community.nixvim/modules/plugins.nix
2023-02-20 10:42:13 +00:00

5 lines
57 B
Nix

{...}: {
imports = [
../plugins/default.nix
];
}