nixos-config/modules/nixvim/default.nix

6 lines
50 B
Nix
Raw Normal View History

2024-01-26 08:47:30 +00:00
{
imports = [
./plugins/firenvim.nix
];
}