Files
setup-machines/home-manager/zsh/zsh.nix
2025-02-27 18:42:07 +01:00

9 lines
105 B
Nix

{ pkgs, inputs, ... }:
{
programs.zsh = {
enable = true;
autosuggestion.enable = true;
};
}