nixvim-config/default.nix
2025-02-13 10:35:17 -08:00

6 lines
49 B
Nix

{ ... }:
{
imports = [
./nixvim.nix
];
}