feat(nixos): add claude-code and update jetbrains-toolbox

- Added `claude-code` to the default packages for `aarch64-linux/rnix`.
- Moved `jetbrains-toolbox` to be included for all platforms instead of x86_64 only.
This commit is contained in:
Harald Hoyer 2025-09-05 14:42:20 +02:00
parent 18a5fd3a6f
commit 674941420f
2 changed files with 2 additions and 1 deletions

View file

@ -165,13 +165,13 @@ in
wl-clipboard
yubikey-personalization
zellij
jetbrains-toolbox
]
++ lib.optionals pkgs.stdenv.targetPlatform.isx86_64 (
with pkgs;
[
slack
spotify
jetbrains-toolbox
]
);

View file

@ -56,6 +56,7 @@ with lib.metacfg;
gnome-remote-desktop
nodejs
cachix
claude-code
];
security.tpm2.enable = false;