airline: fix powerline symbols option

Closes #18
This commit is contained in:
Pedro Alves 2022-04-22 11:22:31 +01:00 committed by GitHub
parent f534819885
commit d934a33ab5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,8 +43,8 @@ in {
};
powerline = mkOption {
default = null;
type = with types; nullOr bool;
default = false;
type = types.bool;
description = "Whether to use powerline symbols";
};