chore: rm nvf and replace with neovim base
This commit is contained in:
parent
8679de3c71
commit
443488782f
4 changed files with 4 additions and 361 deletions
|
@ -1,10 +1,6 @@
|
|||
{
|
||||
self,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
{pkgs, ...}: {
|
||||
home.sessionVariables.EDITOR = "nvim";
|
||||
home.packages = [
|
||||
self.packages.${pkgs.stdenv.system}.nvf
|
||||
home.packages = with pkgs; [
|
||||
neovim
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue