feat: Remove some redundant items
This commit is contained in:
@@ -6,6 +6,10 @@
|
||||
url = "github:nix-community/nixvim";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
nno = {
|
||||
url = "github:nvim-neorg/nixpkgs-neorg-overlay";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
nnn = {
|
||||
url = "github:nix-community/neovim-nightly-overlay";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
@@ -56,8 +60,6 @@
|
||||
self,
|
||||
nixpkgs,
|
||||
systems,
|
||||
nixvim,
|
||||
nnn,
|
||||
...
|
||||
} @ inputs: let
|
||||
forEachSystem = nixpkgs.lib.genAttrs (import systems);
|
||||
|
||||
Reference in New Issue
Block a user