mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
news: fix condition
The news entry for the new Fish functions functionality was accidentally conditioned for people using zsh.
This commit is contained in:
parent
efbe1383e6
commit
b36d3e0261
1 changed files with 1 additions and 1 deletions
|
@ -1344,7 +1344,7 @@ in
|
|||
|
||||
{
|
||||
time = "2020-03-07T11:43:26+00:00";
|
||||
condition = config.programs.zsh.enable;
|
||||
condition = config.programs.fish.enable;
|
||||
message = ''
|
||||
The option 'programs.fish.functions' has been reworked in
|
||||
order to support all available flags, such as
|
||||
|
|
Loading…
Reference in a new issue