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: 567264fee0b0e0254a5302a9ca73fd40d0977787 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
{
homebrew
.
brews
=
[
"zsh-autosuggestions"
"zsh-vi-mode"
"zoxide"
"fzf"
];
}