mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-16 14:01:08 +00:00
cluade sep
This commit is contained in:
parent
c692473fc8
commit
fc8675e1b0
4 changed files with 77 additions and 5 deletions
|
|
@ -1,4 +1,12 @@
|
|||
{...}: {
|
||||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
claudePackage =
|
||||
inputs.claudeCode.packages.${pkgs.stdenv.hostPlatform.system}.default;
|
||||
in {
|
||||
home.file.".local/bin/claude".source = "${claudePackage}/bin/claude";
|
||||
home.file.".claude/CLAUDE.md".source = ../config/claude/CLAUDE.md;
|
||||
home.file.".claude/commands" = {
|
||||
source = ../config/claude/commands;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue