1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-09 20:16:07 +01:00
nixvim/modules/plugins.nix
2023-02-20 10:42:13 +00:00

5 lines
57 B
Nix

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