diff --git a/profiles/nono.nix b/profiles/nono.nix index f786d02..c8ccac3 100644 --- a/profiles/nono.nix +++ b/profiles/nono.nix @@ -2,18 +2,4 @@ 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 - ''; }