nix-config/modules2/zsh/enable.nix

4 lines
65 B
Nix
Raw Normal View History

2025-07-28 02:34:00 +01:00
{
flake.modules.homeManager.base.programs.zsh.enable = true;
}