mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 17:45:12 -05:00
feat: added host logic for searx
This commit is contained in:
parent
f2078bde2b
commit
d5c0176815
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
flake,
|
flake,
|
||||||
|
osConfig,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
|
@ -14,7 +15,7 @@ in
|
||||||
configPath = ./config;
|
configPath = ./config;
|
||||||
bookmarksPath = import (configPath + /bookmarks) { inherit flake; };
|
bookmarksPath = import (configPath + /bookmarks) { inherit flake; };
|
||||||
extensionsPath = import (configPath + /extensions) { inherit pkgs; };
|
extensionsPath = import (configPath + /extensions) { inherit pkgs; };
|
||||||
searchPath = import (configPath + /search) { inherit flake; };
|
searchPath = import (configPath + /search) { inherit flake osConfig; };
|
||||||
settingsPath = import (configPath + /settings);
|
settingsPath = import (configPath + /settings);
|
||||||
themesPath = import (configPath + /themes);
|
themesPath = import (configPath + /themes);
|
||||||
in
|
in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue