Update flake.lock and add Cerebras LLM to Zed
Uncomment development package imports and include the `opencode` tool in both system and Zed packages. Update librewolf’s search URL template and refresh locked revisions, hashes, and timestamps in the flake.lock.
This commit is contained in:
@@ -157,13 +157,7 @@
|
||||
icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
||||
urls = [
|
||||
{
|
||||
template = "https://home-manager-options.extranix.com/release=master";
|
||||
params = [
|
||||
{
|
||||
name = "query";
|
||||
value = "{searchTerms}";
|
||||
}
|
||||
];
|
||||
template = "https://home-manager-options.extranix.com/?query={searchTerms}&release=master";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user