nixvim-config/default.nix

7 lines
49 B
Nix
Raw Normal View History

2025-02-13 10:35:17 -08:00
{ ... }:
{
imports = [
./nixvim.nix
];
}