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

5 lines
57 B
Nix

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