diff options
| author | Mel <mel@rnrd.eu> | 2025-07-28 14:57:19 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-07-28 22:52:40 +0200 |
| commit | 29c6dcde1c9b7f60ff03532e8199f0dccdd69acd (patch) | |
| tree | bc9f1ca1a84bd5634c4e56e775daea580b1e2809 /modules/common.nix | |
| parent | 7c53b9d2788db9d88a8ec6477d467666856d3257 (diff) | |
| download | minerals-29c6dcde1c9b7f60ff03532e8199f0dccdd69acd.tar.zst minerals-29c6dcde1c9b7f60ff03532e8199f0dccdd69acd.zip | |
Add claude-code and gemini-cli
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'modules/common.nix')
| -rw-r--r-- | modules/common.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
