This commit is contained in:
parent
cedc64ab9b
commit
e3bc048e42
2 changed files with 13 additions and 32 deletions
|
|
@ -1,19 +1,5 @@
|
|||
#omnisearch.nix
|
||||
{ ... }:
|
||||
{
|
||||
inputs = {
|
||||
omnisearch = {
|
||||
url = "git+https://git.bwaaa.monster/omnisearch";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, omnisearch, ... }: {
|
||||
nixosConfigurations.mySystem = nixpkgs.lib.nixosSystem {
|
||||
modules = [
|
||||
omnisearch.nixosModules.default
|
||||
{
|
||||
services.omnisearch.enable = true;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
services.omnisearch.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue