1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-09 18:41:06 +01:00

zsh: add support for prezto configuration framework (#655)

This commit is contained in:
Nick Hu 2020-10-12 01:27:44 +01:00 committed by GitHub
parent 7339784e07
commit 18a05a9604
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 573 additions and 2 deletions

2
.github/CODEOWNERS vendored
View file

@ -131,6 +131,8 @@
/modules/programs/zoxide.nix @marsam
/modules/programs/zsh/prezto.nix @NickHu
/modules/services/cbatticon.nix @pmiddend
/modules/services/clipmenu.nix @DamienCassou