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:
parent
18a5fd3a6f
commit
674941420f
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
]
|
||||
);
|
||||
|
||||
|
|
|
@ -56,6 +56,7 @@ with lib.metacfg;
|
|||
gnome-remote-desktop
|
||||
nodejs
|
||||
cachix
|
||||
claude-code
|
||||
];
|
||||
|
||||
security.tpm2.enable = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue