dotfiles/modules/zsh/default.nix
2024-02-27 13:55:59 -07:00

5 lines
56 B
Nix

{ ... }: {
programs.zsh = {
enable = true;
};
}