mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Updated things
This commit is contained in:
parent
f35f2a877c
commit
06f054fc3c
6 changed files with 54 additions and 54 deletions
|
|
@ -8,7 +8,7 @@
|
|||
# sha256 = "1w80vjcnaysjlzxsp3v4pxq4yswbjvxs8ann2bk0m7rkjljnzz6m";
|
||||
# };
|
||||
# mac-app-util = import mac-app-util-src {};
|
||||
in {
|
||||
in rec {
|
||||
imports = [
|
||||
../common.nix
|
||||
../kitty.nix
|
||||
|
|
@ -20,5 +20,21 @@ in {
|
|||
|
||||
home.packages = with pkgs; [
|
||||
bazel_7
|
||||
cmake
|
||||
# clang-tools
|
||||
cmake-language-server
|
||||
jdt-language-server
|
||||
ffmpeg
|
||||
sccache
|
||||
just
|
||||
yarn
|
||||
cocoapods
|
||||
# android-tools
|
||||
jdk17
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
ANDROID_HOME="/Users/tyler.mayoff/Library/Android/sdk";
|
||||
PATH="$PATH:/Users/tyler.mayoff/Library/Android/sdk/platform-tools";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue