diff options
| author | brustybee <bee@4d2.org> | 2026-03-24 00:34:39 +0530 |
|---|---|---|
| committer | brustybee <bee@4d2.org> | 2026-03-24 00:34:39 +0530 |
| commit | d1e311a5b47a8da45036ff7c6c8a51aadf5c859e (patch) | |
| tree | 79582e9fc1ef08e7cca4e3e70ad41fde9d450476 /flake.nix | |
| parent | 276c94cb871b9b4eda1707c01c861625d0e303f2 (diff) | |
this is interesting and i love interesting stuff
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -20,10 +20,10 @@ url = "github:mangowm/mango"; inputs.nixpkgs.follows = "nixpkgs"; }; - # omnisearch = { - # url = "git+https://git.bwaaa.monster/omnisearch"; - # inputs.nixpkgs.follows = "nixpkgs"; - # }; + omnisearch = { + url = "git+https://git.bwaaa.monster/omnisearch"; + inputs.nixpkgs.follows = "nixpkgs"; + }; sops-nix = { url = "github:Mic92/sops-nix"; inputs.nixpkgs.follows = "nixpkgs"; |
