From 90f91bd01734309f0f994285b66088cb09d31e9d Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Thu, 5 Feb 2026 08:40:06 +0000 Subject: [PATCH] rm custom profile Signed-off-by: Christoph Schmatzler --- profiles/nono.nix | 14 -------------- 1 file changed, 14 deletions(-) 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 - ''; }