remove unused packages

This commit is contained in:
nicco
2026-05-26 10:52:37 +02:00
parent 93d6d160b1
commit 8fe113d7a6
+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
];
};
}