mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
feat: add claude-code
This commit is contained in:
parent
22fa3ed73a
commit
4098d7a2f0
2 changed files with 7 additions and 0 deletions
5
modules/programs/claude.nix
Normal file
5
modules/programs/claude.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
{pkgsUnstable, ...}: {
|
||||||
|
environment.systemPackages = [
|
||||||
|
pkgsUnstable.claude-code
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
@ -1,6 +1,8 @@
|
||||||
_: {
|
_: {
|
||||||
imports = [
|
imports = [
|
||||||
./fish/default.nix
|
./fish/default.nix
|
||||||
|
./claude.nix
|
||||||
|
./comma.nix
|
||||||
./core.nix
|
./core.nix
|
||||||
./git.nix
|
./git.nix
|
||||||
./just.nix
|
./just.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue