feat(zsh): enable zsh

This commit is contained in:
Oliver Davies 2022-09-21 10:22:43 +01:00
parent af1d8d3777
commit a1bc689a01

View file

@ -18,4 +18,6 @@
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;
programs.zsh.enable = true;
}