bunch of random stuff

This commit is contained in:
cy 2025-02-18 00:02:18 -05:00
parent c4aade597a
commit 955c38bc63
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
4 changed files with 23 additions and 6 deletions

View file

@ -32,11 +32,12 @@
userName = "cy";
userEmail = "cy@cy7.sh";
delta = {
enable = true;
enable = false;
options = {
navigate = true;
};
};
difftastic.enable = true;
extraConfig = {
init.defaultBranch = "main";
push.autoSetupRemote = true; # assume -u on first push

View file

@ -132,6 +132,9 @@
gtk2
gtk2-x11
android-tools
frida-tools
mitmproxy
openssl
(python313.withPackages (
p: with p; [
python-lsp-server
@ -204,7 +207,7 @@
SCCACHE_S3_USE_SSL = "true";
SCCACHE_CACHE_MULTIARCH = "true";
SCCACHE_LOG_LEVEL = "warn";
AWS_DEFAULT_REGION = "earth";
AWS_DEFAULT_REGION = "us-east-1";
AWS_ENDPOINT_URL = "https://s3.cy7.sh";
AWS_ACCESS_KEY_ID = "$(cat /run/secrets/aws/key_id)";
AWS_SECRET_ACCESS_KEY = "$(cat /run/secrets/aws/key_secret)";