index
:
nixos-config
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
mac
/
programs
/
homebrew
/
packages
/
shell.nix
blob: f315764d8df58da3a992754778b2a9c8fa725791 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
{
homebrew
.
brews
=
[
"zsh-autosuggestions"
"zsh-vi-mode"
"zoxide"
"fzf"
"yq"
];
}