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
|
wl-clipboard
|
||||||
yubikey-personalization
|
yubikey-personalization
|
||||||
zellij
|
zellij
|
||||||
|
jetbrains-toolbox
|
||||||
]
|
]
|
||||||
++ lib.optionals pkgs.stdenv.targetPlatform.isx86_64 (
|
++ lib.optionals pkgs.stdenv.targetPlatform.isx86_64 (
|
||||||
with pkgs;
|
with pkgs;
|
||||||
[
|
[
|
||||||
slack
|
slack
|
||||||
spotify
|
spotify
|
||||||
jetbrains-toolbox
|
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
@ -56,6 +56,7 @@ with lib.metacfg;
|
||||||
gnome-remote-desktop
|
gnome-remote-desktop
|
||||||
nodejs
|
nodejs
|
||||||
cachix
|
cachix
|
||||||
|
claude-code
|
||||||
];
|
];
|
||||||
|
|
||||||
security.tpm2.enable = false;
|
security.tpm2.enable = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue