From b36d3e02611d9eb64765549f74110ed42d723837 Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Sat, 7 Mar 2020 14:33:13 +0100 Subject: [PATCH] news: fix condition The news entry for the new Fish functions functionality was accidentally conditioned for people using zsh. --- modules/misc/news.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/misc/news.nix b/modules/misc/news.nix index cc2892e8..5e8db651 100644 --- a/modules/misc/news.nix +++ b/modules/misc/news.nix @@ -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