feat: Remove some redundant items

This commit is contained in:
uttarayan21
2024-05-29 00:25:01 +05:30
parent fac5c05fe4
commit c203e32f80
5 changed files with 256 additions and 251 deletions

View File

@@ -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);