feat: Added everything to a singular flake

This commit is contained in:
uttarayan21
2024-12-14 04:32:26 +05:30
parent 6449d2c52f
commit 05bc94fde6
8 changed files with 140 additions and 1721 deletions

View File

@@ -62,10 +62,6 @@
url = "github:oxalica/rust-overlay";
inputs.nixpkgs.follows = "nixpkgs";
};
neovim = {
url = "path:./neovim";
inputs.nixpkgs.follows = "nixpkgs";
};
openapi-tui = {
url = "github:zaghaghi/openapi-tui";
flake = false;
@@ -94,6 +90,54 @@
url = "github:MrOtherGuy/firefox-csshacks";
flake = false;
};
nno = {
url = "github:nvim-neorg/nixpkgs-neorg-overlay";
inputs.nixpkgs.follows = "nixpkgs";
};
pets = {
url = "github:giusgad/pets.nvim";
flake = false;
};
neorg = {
url = "github:nvim-neorg/neorg/v9.1.1";
flake = false;
};
neorg-telescope = {
url = "github:nvim-neorg/neorg-telescope";
flake = false;
};
rest-nvim = {
url = "github:rest-nvim/rest.nvim";
flake = false;
};
neogit = {
url = "github:NeogitOrg/neogit/nightly";
flake = false;
};
tree-sitter-d2 = {
url = "github:ravsii/tree-sitter-d2";
flake = false;
};
tree-sitter-just = {
url = "github:IndianBoy42/tree-sitter-just";
flake = false;
};
tree-sitter-slint = {
url = "github:slint-ui/tree-sitter-slint";
flake = false;
};
d2 = {
url = "github:terrastruct/d2-vim";
flake = false;
};
navigator = {
url = "github:ray-x/navigator.lua";
flake = false;
};
guihua = {
url = "github:ray-x/guihua.lua";
flake = false;
};
};
outputs = {
@@ -227,7 +271,6 @@
};
};
packages = inputs.neovim.packages;
deploy = {
nodes = {
mirai = {
@@ -271,9 +314,5 @@
};
};
};
devshells.default = {
packages = packages;
};
};
}