chore: update flake.lock and adjust configurations
- Updated flake.lock dependencies to latest commits and versions. - Disabled Neovim in cli-apps for aarch64-darwin user config. - Commented out unused and redundant settings in overlays and Neovim module.
This commit is contained in:
parent
f731fa5ec1
commit
12e2bb7521
4 changed files with 34 additions and 33 deletions
|
@ -6,11 +6,13 @@ final: prev: {
|
|||
open-webui
|
||||
aider-chat
|
||||
vscode
|
||||
goose-cli
|
||||
nodejs_20
|
||||
;
|
||||
|
||||
goose-cli = channels.unstable.callPackage ./goose.nix { };
|
||||
# goose-cli = channels.unstable.callPackage ./goose.nix { };
|
||||
claude-code = channels.unstable.callPackage ./claude-code/package.nix { };
|
||||
vscode-extensions = channels.unstable.vscode-extensions // {
|
||||
rooveterinaryinc = { roo-cline = channels.unstable.callPackage ./roo-code.nix { }; };
|
||||
};
|
||||
# vscode-extensions = channels.unstable.vscode-extensions // {
|
||||
# rooveterinaryinc = { roo-cline = channels.unstable.callPackage ./roo-code.nix { }; };
|
||||
# };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue