feat: add claude-code for nix
This commit is contained in:
5
hosts/common/optional/claude-code.nix
Normal file
5
hosts/common/optional/claude-code.nix
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
environment.systemPackages = with pkgs; [ claude-code ];
|
||||||
|
}
|
||||||
@@ -47,6 +47,7 @@
|
|||||||
"nix-ld"
|
"nix-ld"
|
||||||
"secure-boot"
|
"secure-boot"
|
||||||
"yubikey"
|
"yubikey"
|
||||||
|
"claude-code"
|
||||||
])
|
])
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user