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
11
flake.nix
11
flake.nix
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue