Add nono profile for OpenCode
This commit is contained in:
@@ -2,4 +2,18 @@
|
||||
home.packages = with pkgs; [
|
||||
nono
|
||||
];
|
||||
|
||||
xdg.configFile."nono/profiles/opencode.toml".text = ''
|
||||
[meta]
|
||||
name = "opencode"
|
||||
version = "1.0.0"
|
||||
description = "OpenCode AI agent"
|
||||
|
||||
[filesystem]
|
||||
allow = ["$WORKDIR"]
|
||||
read = ["$XDG_CONFIG_HOME/opencode"]
|
||||
|
||||
[network]
|
||||
block = false
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user