Initial commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
|
||||
imports = [
|
||||
./opts.nix
|
||||
./keymaps.nix
|
||||
./autocmds.nix
|
||||
./plugins/plugins-bundle.nix
|
||||
];
|
||||
|
||||
programs.nixvim = {
|
||||
enable = true;
|
||||
|
||||
defaultEditor = true;
|
||||
colorschemes.oxocarbon.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user