Add claude code

This commit is contained in:
Jan Kremer 2026-03-19 10:29:21 +01:00
parent 708fe7414f
commit c2c473f38a
No known key found for this signature in database
2 changed files with 14 additions and 2 deletions

View file

@ -2,6 +2,7 @@
inputs,
pkgs,
config,
lib,
...
}:
{
@ -91,6 +92,13 @@
spotdl
ffmpeg
helix
claude-code
];
nixpkgs.config.allowUnfreePredicate =
pkg:
builtins.elem (lib.getName pkg) [
"claude-code"
];
time.timeZone = "Europe/Berlin";

View file

@ -62,8 +62,6 @@
};
};
pandoc.enable = true;
ssh = {
enable = true;
enableDefaultConfig = false;
@ -88,6 +86,12 @@
'';
};
claude-code = {
enable = true;
};
pandoc.enable = true;
yt-dlp = {
enable = true;
settings = {