From 29c6dcde1c9b7f60ff03532e8199f0dccdd69acd Mon Sep 17 00:00:00 2001 From: Mel Date: Mon, 28 Jul 2025 14:57:19 +0200 Subject: Add claude-code and gemini-cli Signed-off-by: Mel --- modules/common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/common.nix b/modules/common.nix index 2491e35..d68dc64 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -2,6 +2,7 @@ me, pkgs, auxiliaryPkgs, + unstablePkgs, ... }: @@ -147,6 +148,8 @@ in prismlauncher xonotic man-pages man-pages-posix + ]) ++ (with unstablePkgs; [ + claude-code gemini-cli ]) ++ (with auxiliaryPkgs; [ # TODO: need fixes for 25.05 # retroarch wine -- cgit 1.4.1