1
0
mirror of https://github.com/nix-community/home-manager synced 2024-05-31 20:13:34 +02:00

fish: add comma to program slogan

Matches what is on the fish website
This commit is contained in:
Ryan Orendorff 2019-09-23 22:13:02 -07:00 committed by Robert Helgesson
parent 4833a8b532
commit 642bd67126
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -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;