1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 11:36:05 +01:00
home-manager/modules/misc/news/2025/02/2025-02-07_22-31-45.nix
Austin Horstman 60e4624302
news: re-add dropped news entries (#7173)
During migration to new format and removing from the inline files. We
lost some entries.

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-05-31 00:19:34 -05:00

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
'';
}