mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 09:28:27 +02:00
fix: shoukei - filter packages that do not support aarch64
This commit is contained in:
@@ -3,17 +3,20 @@
|
||||
nur-ryan4yin,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
mitmproxy # http/https proxy tool
|
||||
insomnia # REST client
|
||||
wireshark # network analyzer
|
||||
home.packages = with pkgs;
|
||||
[
|
||||
mitmproxy # http/https proxy tool
|
||||
wireshark # network analyzer
|
||||
|
||||
# IDEs
|
||||
# jetbrains.idea-community
|
||||
# IDEs
|
||||
# jetbrains.idea-community
|
||||
|
||||
# AI cli tools
|
||||
nur-ryan4yin.packages.${pkgs.system}.gemini-cli
|
||||
k8sgpt
|
||||
kubectl-ai # an ai helper opensourced by google
|
||||
];
|
||||
# AI cli tools
|
||||
nur-ryan4yin.packages.${pkgs.system}.gemini-cli
|
||||
k8sgpt
|
||||
kubectl-ai # an ai helper opensourced by google
|
||||
]
|
||||
++ (lib.optionals pkgs.stdenv.isx86_64 [
|
||||
insomnia # REST client
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user