mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-16 00:19:12 +00:00
programs/wezterm: remove conditionals for shell init
`programs.bash.enable` is apparently removed.
This commit is contained in:
parent
d60e406557
commit
5754583ce0
@ -22,7 +22,7 @@ in
|
||||
environment.systemPackages = [ cfg.package ];
|
||||
|
||||
# This is needed for shell integration and applying semantic zones.
|
||||
programs.bash.interactiveShellInit = lib.mkIf config.programs.bash.enable shellIntegration;
|
||||
programs.zsh.interactiveShellInit = lib.mkIf config.programs.zsh.enable shellIntegration;
|
||||
programs.bash.interactiveShellInit = shellIntegration;
|
||||
programs.zsh.interactiveShellInit = shellIntegration;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user