summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorbrustybee <bee@4d2.org>2026-03-19 23:38:57 +0530
committerbrustybee <bee@4d2.org>2026-03-19 23:38:57 +0530
commit6e709195b0d27903983e079c1c366bb7de0b753e (patch)
tree961a69f61b1f869b3fc25fcc8dfaafcd74b60fe5 /flake.nix
parenta6d4450b3438b380398e38b61f46b19022fff1e9 (diff)
add omnisearch and make it default search engine
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix12
1 files changed, 8 insertions, 4 deletions
diff --git a/flake.nix b/flake.nix
index 265007e..494bf4e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,8 +1,6 @@
{
nixConfig = {
- extra-substituters = [
- "https://nix-community.cachix.org"
- ];
+ extra-substituters = [ "https://nix-community.cachix.org" ];
extra-trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
@@ -22,6 +20,10 @@
url = "github:mangowm/mango";
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";
@@ -41,7 +43,9 @@
inputs@{ flake-parts, ... }:
flake-parts.lib.mkFlake { inherit inputs; } {
systems = inputs.nixpkgs.lib.platforms.all;
- imports = [ (inputs.nixpkgs.lib.modules.importApply ./common inputs) ];
+ imports = [
+ (inputs.nixpkgs.lib.modules.importApply ./common inputs)
+ ];
flake =
let