mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
During migration to new format and removing from the inline files. We lost some entries. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
16 lines
511 B
Nix
16 lines
511 B
Nix
{
|
|
time = "2025-02-07T22:31:45+00:00";
|
|
condition = true;
|
|
message = ''
|
|
All 'programs.<PROGRAM>.enable<SHELL>Integration' values now default
|
|
to the new 'home.shell.enable<SHELL>Integration' options, which
|
|
inherit from the new the 'home.shell.enableShellIntegration' option.
|
|
|
|
The following inconsistent default values change from 'false' to
|
|
'true':
|
|
|
|
- programs.zellij.enableBashIntegration
|
|
- programs.zellij.enableFishIntegration
|
|
- programs.zellij.enableZshIntegration
|
|
'';
|
|
}
|