feat(goose-cli): add package and update configurations
- Added `goose-cli` package definition and metadata in `unstable` overlay. - Updated `default.nix` under `aarch64-darwin` to include `goose-cli` in system packages. - Removed commented out packages and cleaned up unused lines for better clarity and maintainability.
This commit is contained in:
parent
d0910f964b
commit
9f6e703c9e
3 changed files with 83 additions and 4 deletions
|
@ -2,7 +2,6 @@
|
|||
|
||||
with lib.metacfg;
|
||||
{
|
||||
|
||||
homebrew = {
|
||||
enable = true;
|
||||
brews = [
|
||||
|
@ -29,8 +28,6 @@ with lib.metacfg;
|
|||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# iterm2
|
||||
# azure-cli
|
||||
kubectl
|
||||
kubectx
|
||||
k9s
|
||||
|
@ -44,6 +41,8 @@ with lib.metacfg;
|
|||
qemu
|
||||
claude-code
|
||||
nodejs
|
||||
goose-cli
|
||||
aider-chat
|
||||
];
|
||||
|
||||
users.users.harald.shell = pkgs.fish;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue