Files
nixos-config/modules/base/home-manager/zsh.nix
2025-08-12 17:56:16 +00:00

6 lines
47 B
Nix

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