feat: add wallpaper feature with 5 new wallpapers
- Add wallpapers.nix module for wallpaper management - Update hyprland and rofi configs - Update m3-ares and m3-kratos user configs - Update flake inputs
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
"$schema" = "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json";
|
||||
agents = {
|
||||
Sisyphus = {
|
||||
model = "opencode/claude-opus-4-5";
|
||||
model = "opencode/glm-4.7-free";
|
||||
permission = {
|
||||
edit = "allow";
|
||||
bash = {
|
||||
@@ -139,28 +139,28 @@
|
||||
};
|
||||
};
|
||||
librarian = {
|
||||
model = "opencode/claude-sonnet-4-5";
|
||||
model = "opencode/glm-4.7-free";
|
||||
permission = {
|
||||
edit = "deny";
|
||||
bash = "deny";
|
||||
};
|
||||
};
|
||||
explore = {
|
||||
model = "opencode/claude-sonnet-4-5";
|
||||
model = "opencode/glm-4.7-free";
|
||||
permission = {
|
||||
edit = "deny";
|
||||
bash = "deny";
|
||||
};
|
||||
};
|
||||
oracle = {
|
||||
model = "opencode/claude-sonnet-4-5";
|
||||
model = "opencode/glm-4.7-free";
|
||||
permission = {
|
||||
edit = "deny";
|
||||
bash = "deny";
|
||||
};
|
||||
};
|
||||
frontend-ui-ux-engineer = {
|
||||
model = "opencode/claude-opus-4-5";
|
||||
model = "opencode/glm-4.7-free";
|
||||
permission = {
|
||||
edit = "allow";
|
||||
bash = {
|
||||
@@ -180,14 +180,14 @@
|
||||
};
|
||||
};
|
||||
document-writer = {
|
||||
model = "opencode/claude-opus-4-5";
|
||||
model = "opencode/glm-4.7-free";
|
||||
permission = {
|
||||
edit = "allow";
|
||||
bash = "deny";
|
||||
};
|
||||
};
|
||||
multimodal-looker = {
|
||||
model = "opencode/claude-opus-4-5";
|
||||
model = "opencode/glm-4.7-free";
|
||||
permission = {
|
||||
edit = "deny";
|
||||
bash = "deny";
|
||||
|
||||
Reference in New Issue
Block a user