feat: Update neovim and other items
This commit is contained in:
@@ -4,5 +4,9 @@
|
||||
...
|
||||
}: {
|
||||
imports = [inputs.nixvim.homeManagerModules.nixvim];
|
||||
programs.nixvim = pkgs.sneovim.config // {enable = true;};
|
||||
programs.nixvim =
|
||||
pkgs.sneovim.config
|
||||
// {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user