rm custom profile

Signed-off-by: Christoph Schmatzler <christoph@schmatzler.com>
This commit is contained in:
2026-02-05 08:40:06 +00:00
parent 2b880be833
commit 90f91bd017

View File

@@ -2,18 +2,4 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
nono 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
'';
} }