Files
nixos-config/home-manager/commands/nixvim/default.nix

8 lines
84 B
Nix

{
imports = [
./config.nix
./keymaps.nix
./plugins/default.nix
];
}