mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 18:19:09 +00:00
programs/wezterm: correct profile path
This commit is contained in:
parent
5e605b4053
commit
4e996a58cf
@ -17,7 +17,7 @@ in {
|
|||||||
|
|
||||||
# This is needed for shell integration and applying semantic zones.
|
# This is needed for shell integration and applying semantic zones.
|
||||||
environment.interactiveShellInit = ''
|
environment.interactiveShellInit = ''
|
||||||
. ${cfg.package}/etc/profiles.d/wezterm.sh
|
. ${cfg.package}/etc/profile.d/wezterm.sh
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user