This commit is contained in:
ediblerope 2026-03-28 15:57:10 +00:00 committed by GitHub
parent 0d29ecb0dd
commit f6fb6ceba1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 146 additions and 55 deletions

View file

@ -10,17 +10,17 @@
};
omnisearch = {
url = "git+https://git.bwaaa.monster/omnisearch";
inputs.nixpkgs.follows = "nixpkgs";
url = "git+https://git.bwaaa.monster/omnisearch";
inputs.nixpkgs.follows = "nixpkgs";
};
zen-browser = {
url = "github:0xc000022070/zen-browser-flake";
inputs = {
nixpkgs.follows = "nixpkgs";
home-manager.follows = "home-manager";
zen-browser = {
url = "github:0xc000022070/zen-browser-flake";
inputs = {
nixpkgs.follows = "nixpkgs";
home-manager.follows = "home-manager";
};
};
};
nix-flatpak.url = "github:gmodena/nix-flatpak";
};