nixos/modules/home/zsh.nix

8 lines
98 B
Nix
Raw Normal View History

2024-05-14 09:29:16 -05:00
{pkgs, settings, ...}:
{
programs.zsh = {
enable = true;
dotDir = ".config/zsh";
};
}