added expo deps
This commit is contained in:
parent
13d8d059fc
commit
8839920717
3 changed files with 10 additions and 3 deletions
|
@ -63,7 +63,7 @@
|
|||
source "$ITEM_DIR/calendar.sh"
|
||||
|
||||
# Right
|
||||
source $ITEM_DIR/calendar.sh
|
||||
# source $ITEM_DIR/calendar.sh
|
||||
source $ITEM_DIR/wifi.sh
|
||||
source $ITEM_DIR/battery.sh
|
||||
source $ITEM_DIR/volume.sh
|
||||
|
|
|
@ -149,7 +149,7 @@
|
|||
exec-on-workspace-change = [
|
||||
"/bin/bash"
|
||||
"-c"
|
||||
"/run/current-system/sw/bin/sketchybar --trigger aerospace_workspace_change FOCUSED_WORKSPACE=$AEROSPACE_FOCUSED_WORKSPACE"
|
||||
"/run/current-system/sw/bin/sketchybar --trigger aerospace_workspace_change FOCUSED_WORKSPACE=$AEROSPACE_FOCUSED_WORKSPACE PREV_WORKSPACE=$AEROSPACE_PREV_WORKSPACE"
|
||||
];
|
||||
|
||||
on-window-detected = [
|
||||
|
|
|
@ -86,10 +86,17 @@ with pkgs;
|
|||
#programming languages
|
||||
deno
|
||||
ruby
|
||||
pnpm
|
||||
nodejs_24
|
||||
# nodePackages.npm
|
||||
go
|
||||
elan
|
||||
|
||||
#expo deps
|
||||
watchman
|
||||
zulu17
|
||||
android-tools
|
||||
|
||||
#browsers
|
||||
tor
|
||||
firefox
|
||||
|
|
Loading…
Reference in a new issue