NixOS/home-manager/modules/nvim/default.nix

9 lines
132 B
Nix
Executable file

{ config, pkgs, ... }: {
imports = [
./options.nix
./plugins.nix
./keymaps.nix
./init.nix
./neovim.nix
];
}