1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2025-03-01 03:25:13 +01:00
home-manager/tests/modules/programs/wezterm/zsh-integration-enabled.nix

13 lines
227 B
Nix
Raw Permalink Normal View History

{
programs.zsh.enable = true;
programs.wezterm = {
enable = true;
enableZshIntegration = true;
};
nmt.script = ''
assertFileContains home-files/.zshrc 'source "@wezterm@/etc/profile.d/wezterm.sh"'
'';
}