index
:
nix
master
a nixosConfigurations collective
Mark Nipper
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hosts
/
common
/
core
/
zsh.nix
blob: ba73c0052ed0a96e040ae2f431a1c237649a31b4 (
plain
)
1
2
3
4
5
6
{
programs
.
zsh
=
{
enable
=
true
;
enableCompletion
=
true
;
};
}