docs: Add an option search to our documentation

This commit is contained in:
traxys 2024-07-19 20:14:20 +02:00 committed by GaetanLepage
parent 30ab203d56
commit 42a7676d5a
6 changed files with 81 additions and 19 deletions

View file

@ -33,6 +33,11 @@
```
*/
nuschtosSearch = {
url = "github:NuschtOS/search";
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
@ -45,6 +50,7 @@
devshell = {
url = "github:numtide/devshell";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "nuschtosSearch/flake-utils";
};
treefmt-nix = {
url = "github:numtide/treefmt-nix";