diff --git a/home/home.nix b/home/home.nix index 3ada91c..f9bc63c 100644 --- a/home/home.nix +++ b/home/home.nix @@ -30,7 +30,7 @@ ".gitignore_global".source = ../files/git/gitignore_global; ".gitconfig.local".source = ../secrets/git/config.${host.hostName}; ".config/nvim".source = ../files/nvim; - "Library/Application Support/lazydocker/config.yml".source = ..files/lazydocker/config.yml; + "Library/Application Support/lazydocker/config.yml".source = ../files/lazydocker/config.yml; # Secrets ".ssh/config".text = builtins.replaceStrings [ "@SSH_KEY@" ] [ host.sshKey ] ( diff --git a/home/pkgs.nix b/home/pkgs.nix index b0aa461..f949e50 100644 --- a/home/pkgs.nix +++ b/home/pkgs.nix @@ -45,6 +45,7 @@ with pkgs; terraform k9s kubectl + claude-code # Editor nvs