From 9f1e6731de45ed2ae972653e77d95a1e084b57b2 Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Fri, 6 Dec 2024 14:25:31 +0100 Subject: nixvim: use int for powerline_fonts option --- hm/nixvim/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hm') diff --git a/hm/nixvim/config.nix b/hm/nixvim/config.nix index cc446f1..ecc71e3 100644 --- a/hm/nixvim/config.nix +++ b/hm/nixvim/config.nix @@ -77,7 +77,7 @@ pkgs: { airline = { enable = true; settings = { - powerline_fonts = true; + powerline_fonts = 1; }; }; cmp = { -- cgit 1.4.1