programs/wezterm: correct profile path

This commit is contained in:
Gabriel Arazas 2022-08-10 12:14:44 +08:00
parent 5e605b4053
commit 4e996a58cf

View File

@ -17,7 +17,7 @@ in {
# This is needed for shell integration and applying semantic zones.
environment.interactiveShellInit = ''
. ${cfg.package}/etc/profiles.d/wezterm.sh
. ${cfg.package}/etc/profile.d/wezterm.sh
'';
};
}