Files
nixos-config/modules/home/zsh.nix
2025-08-16 14:46:16 +02:00

6 lines
47 B
Nix

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