Compare commits

..
3 Commits
Author SHA1 Message Date
cupcakearmyandGitHub a51c496485 Merge pull request #8 from 1virgola5/main
Stuff
2026-05-30 16:18:01 +02:00
nicco e93ccc9493 cleanup 2026-05-26 10:52:45 +02:00
nicco 8fe113d7a6 remove unused packages 2026-05-26 10:52:37 +02:00
3 changed files with 14 additions and 6 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
yq-go
kubectl
croc
asciinema_3
asciinema
grex
mise
+8 -2
View File
@@ -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
View File
@@ -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
];
};
}