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

@ -5,7 +5,6 @@
self,
nixpkgs,
home-manager,
nvf,
...
} @ inputs: let
args = {inherit self inputs;};
@ -41,13 +40,6 @@
value = mkSystem "nemesis";
}
];
# Packages
packages.x86_64-linux.nvf =
(inputs.nvf.lib.neovimConfiguration {
pkgs = nixpkgs.legacyPackages.x86_64-linux;
modules = [./packages/nvf.nix];
})
.neovim;
};
inputs = {
@ -56,9 +48,6 @@
home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
nvf.url = "github:notashelf/nvf";
nvf.inputs.nixpkgs.follows = "nixpkgs";
hyprland.url = "github:hyprwm/Hyprland";
};
}