17 lines
225 B
Nix
17 lines
225 B
Nix
{
|
|
|
|
imports = [
|
|
./opts.nix
|
|
./keymaps.nix
|
|
./autocmds.nix
|
|
./plugins/plugins-bundle.nix
|
|
];
|
|
|
|
programs.nixvim = {
|
|
enable = true;
|
|
|
|
defaultEditor = true;
|
|
colorschemes.oxocarbon.enable = true;
|
|
};
|
|
}
|