mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2026-06-10 20:56:48 +00:00
+1
-1
@@ -26,7 +26,7 @@
|
||||
yq-go
|
||||
kubectl
|
||||
croc
|
||||
asciinema_3
|
||||
asciinema
|
||||
grex
|
||||
mise
|
||||
|
||||
|
||||
+8
-2
@@ -12,14 +12,20 @@ with pkgs;
|
||||
posting
|
||||
opencode
|
||||
|
||||
# Editor
|
||||
# NVim
|
||||
nvs
|
||||
lua
|
||||
luajitPackages.luarocks
|
||||
ast-grep
|
||||
|
||||
# LSP Binaries
|
||||
lua-language-server # Lua
|
||||
gopls # Go
|
||||
vtsls # JS/TS
|
||||
nil # Nix
|
||||
nixd # Nix
|
||||
|
||||
# Language specific
|
||||
nixfmt-rfc-style
|
||||
nil
|
||||
nixd
|
||||
fnm
|
||||
|
||||
+5
-3
@@ -11,16 +11,18 @@
|
||||
"miro"
|
||||
"loom"
|
||||
"cursor"
|
||||
"bruno"
|
||||
"cyberduck"
|
||||
"slack"
|
||||
];
|
||||
pkgs =
|
||||
pkgs: with pkgs; [
|
||||
docker-client
|
||||
colima
|
||||
google-cloud-sdk
|
||||
gemini-cli
|
||||
terramate
|
||||
ffmpeg-full
|
||||
stripe-cli
|
||||
rbw
|
||||
pinentry-tty
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user