mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
cleanup
This commit is contained in:
parent
f6e4dea468
commit
d7ff782ee3
2 changed files with 2 additions and 10 deletions
|
|
@ -48,22 +48,17 @@ in {
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
pinentry_mac
|
||||
# llvmPackages_19.clang-tools
|
||||
|
||||
fnm
|
||||
|
||||
pipenv
|
||||
|
||||
sketchybar
|
||||
# sbarlua
|
||||
|
||||
lua
|
||||
|
||||
# android-tools
|
||||
jdk17
|
||||
|
||||
# distrobox
|
||||
|
||||
conan
|
||||
|
||||
deno
|
||||
|
|
@ -100,10 +95,7 @@ in {
|
|||
"unzip"
|
||||
"xz"
|
||||
|
||||
"podman"
|
||||
|
||||
"llvm@18"
|
||||
"llvm@19"
|
||||
"llvm"
|
||||
];
|
||||
|
||||
casks = [
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
sessionVariables = {
|
||||
ANDROID_HOME = "/Users/tyler.mayoff/Library/Android/sdk";
|
||||
PATH = "$PATH:/opt/homebrew/opt/llvm@18/bin:/Users/tyler.mayoff/Library/Android/sdk/platform-tools";
|
||||
PATH = "/opt/homebrew/opt/llvm@20/bin:$PATH::/Users/tyler.mayoff/Library/Android/sdk/platform-tools";
|
||||
};
|
||||
|
||||
file.".gnupg/gpg-agent.conf".text = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue