chore: rm nvf and replace with neovim base

This commit is contained in:
Mohammad Rafiq 2025-03-05 06:45:37 +08:00
parent 8679de3c71
commit 443488782f
4 changed files with 4 additions and 361 deletions

View file

@ -1,10 +1,6 @@
{
self,
pkgs,
...
}: {
{pkgs, ...}: {
home.sessionVariables.EDITOR = "nvim";
home.packages = [
self.packages.${pkgs.stdenv.system}.nvf
home.packages = with pkgs; [
neovim
];
}