diff options
Diffstat (limited to 'modules')
| -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 |
