Skip to content

Commit

Permalink
latest macOS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
webframp committed Aug 9, 2024
1 parent f1a4d29 commit d591b0c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions home/sme/bluestreak.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ in {
coreutils
delta
devbox
devcontainer
dig
fd
file
Expand All @@ -86,6 +87,7 @@ in {
# gitmux
gnumake
htop
hyperfine
inetutils
ispell
jq
Expand All @@ -110,7 +112,6 @@ in {
unzip
vault
vale
youtube-dl
zbar
zip
zoxide
Expand All @@ -134,7 +135,7 @@ in {
patchelf

# emacs
vscode-json-languageserver-bin
vscode-langservers-extracted
# bash-language-server
cspell
prettier
Expand Down Expand Up @@ -216,7 +217,8 @@ in {
# export TERM=xterm-24bit
# homebrew is not managed via nix, but a necessary evil on macOS
envExtra = ''
export ZSH_AUTOSUGGEST_USE_ASYNC=true;
export AWS_VAULT_BACKEND=pass
export ZSH_AUTOSUGGEST_USE_ASYNC=true
export PATH="/opt/homebrew/bin:$PATH"
'';

Expand Down

0 comments on commit d591b0c

Please sign in to comment.