Updates ssh and work config

This commit is contained in:
Dennis Schoepf 2025-05-08 21:52:46 +02:00
parent 48ea1e8876
commit c98b5706ca
4 changed files with 38 additions and 3 deletions

View file

@ -8,6 +8,8 @@
home.sessionVariables = {
EDITOR = "nvim";
GOPATH = "$HOME/go";
JAVA_HOME = "/Library/Java/JavaVirtualMachines/zulu-17.jdk/Contents/Home";
ANDROID_HOME = "$HOME/Library/Android/sdk";
};
xdg.enable = true;