From b038959f7ab1e410dae0f02facb30903a8857dc3 Mon Sep 17 00:00:00 2001 From: servius Date: Fri, 26 Jun 2026 13:34:31 +0530 Subject: [PATCH] feat: Add codex plugin to claude and change to https for ironbar --- flake.nix | 2 +- home/programs/claude-code/default.nix | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 4484423..57756ff 100644 --- a/flake.nix +++ b/flake.nix @@ -22,7 +22,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; ironbar = { - url = "git+ssh://gitea@git.darksailor.dev/servius/ironbar.git"; + url = "https://git.darksailor.dev/servius/ironbar.git"; inputs.nixpkgs.follows = "nixpkgs"; }; lanzaboote = { diff --git a/home/programs/claude-code/default.nix b/home/programs/claude-code/default.nix index 4c36e13..0911a30 100644 --- a/home/programs/claude-code/default.nix +++ b/home/programs/claude-code/default.nix @@ -11,6 +11,7 @@ "rust-analyzer-lsp@claude-plugins-official" = true; "caveman@caveman" = true; "starship-claude@starship-claude" = true; + "codex@openai-codex" = true; }; extraKnownMarketplaces = { caveman = { @@ -25,6 +26,12 @@ repo = "martinemde/starship-claude"; }; }; + openai-codex = { + source = { + repo = "openai/codex-plugin-cc"; + source = "github"; + }; + }; }; alwaysThinkingEnabled = true; effortLevel = "high"; -- 2.51.2