9 lines
132 B
Nix
Executable file
9 lines
132 B
Nix
Executable file
{ config, pkgs, ... }: {
|
|
imports = [
|
|
./options.nix
|
|
./plugins.nix
|
|
./keymaps.nix
|
|
./init.nix
|
|
./neovim.nix
|
|
];
|
|
}
|