Files
nixos-config/modules/home/zsh.nix
2025-12-07 17:28:08 +00:00

6 lines
43 B
Nix

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