From 642bd6712640274a59b0a4ba882f46c4aee84e03 Mon Sep 17 00:00:00 2001 From: Ryan Orendorff Date: Mon, 23 Sep 2019 22:13:02 -0700 Subject: [PATCH] fish: add comma to program slogan Matches what is on the fish website --- modules/programs/fish.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/fish.nix b/modules/programs/fish.nix index 50cee2c0..e528f500 100644 --- a/modules/programs/fish.nix +++ b/modules/programs/fish.nix @@ -48,7 +48,7 @@ in { options = { programs.fish = { - enable = mkEnableOption "fish friendly interactive shell"; + enable = mkEnableOption "fish, the friendly interactive shell"; package = mkOption { type = types.package;