nix-community.nixvim/flake/default.nix

15 lines
218 B
Nix
Raw Normal View History

2024-05-05 19:39:35 +02:00
{
imports = [
2024-03-01 22:43:05 +01:00
./dev
2025-01-19 05:35:04 +00:00
./flake-modules
./lib.nix
./legacy-packages.nix
./nixvim-configurations.nix
./overlays.nix
./packages.nix
./templates.nix
2024-01-06 15:55:50 +01:00
./tests.nix
./wrappers.nix
];
}