nix-community.nixvim/modules/plugins.nix
2023-02-19 22:44:05 +01:00

5 lines
57 B
Nix

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