clean up claude-code inherent
This commit is contained in:
parent
ac45a5035d
commit
40b8266d26
2 changed files with 5 additions and 5 deletions
|
|
@ -90,25 +90,25 @@
|
|||
"yanlin@vps" = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||
modules = [ ./hosts/nixos/vps/home.nix ];
|
||||
extraSpecialArgs = { inherit claude-code nixvim; };
|
||||
extraSpecialArgs = { inherit nixvim; };
|
||||
};
|
||||
|
||||
"yanlin@thinkpad" = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||
modules = [ ./hosts/nixos/thinkpad/home.nix ];
|
||||
extraSpecialArgs = { inherit claude-code nixvim; };
|
||||
extraSpecialArgs = { inherit nixvim; };
|
||||
};
|
||||
|
||||
"yanlin@nfss" = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||
modules = [ ./hosts/nixos/nfss/home.nix ];
|
||||
extraSpecialArgs = { inherit claude-code nixvim; };
|
||||
extraSpecialArgs = { inherit nixvim; };
|
||||
};
|
||||
|
||||
"yanlin@deck" = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||
modules = [ ./hosts/nixos/deck/home.nix ];
|
||||
extraSpecialArgs = { inherit claude-code nixvim; };
|
||||
extraSpecialArgs = { inherit nixvim; };
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, nixvim, claude-code, ... }:
|
||||
{ config, pkgs, nixvim, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue