mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 08:53:28 +02:00
parent
f534819885
commit
d934a33ab5
1 changed files with 2 additions and 2 deletions
|
@ -43,8 +43,8 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
powerline = mkOption {
|
powerline = mkOption {
|
||||||
default = null;
|
default = false;
|
||||||
type = with types; nullOr bool;
|
type = types.bool;
|
||||||
description = "Whether to use powerline symbols";
|
description = "Whether to use powerline symbols";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue