nvf/modules/plugins/utility/trim-nvim/default.nix
2025-03-17 13:08:27 +01:00

6 lines
60 B
Nix

{
imports = [
./config.nix
./trim-nvim.nix
];
}