From 6f5af0a49b0a73daad480ab77e20fee6be75854a Mon Sep 17 00:00:00 2001
From: sefidel <contact@sefidel.net>
Date: Sun, 2 Jan 2022 17:03:34 +0900
Subject: home/base: change powerline10k style

* change foot glyph font size
* glyph font: Iosevka Nerd Font -> JetBrainsMono Nerd Font
* p10k-config: change style to '8-color lean'
---
 home/modules/profiles/base/config/foot.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'home/modules/profiles/base/config')

diff --git a/home/modules/profiles/base/config/foot.nix b/home/modules/profiles/base/config/foot.nix
index f6f0ac6..ddb4566 100644
--- a/home/modules/profiles/base/config/foot.nix
+++ b/home/modules/profiles/base/config/foot.nix
@@ -5,7 +5,7 @@ with neotheme.palette.colors;
 {
   main = {
     term = "foot";
-    font = "dina:size=10,Iosevka Nerd Font:size=10";
+    font = "dina:size=10,JetBrainsMono Nerd Font:size=11";
     letter-spacing = 0;
     line-height = 13;
     dpi-aware = "yes";
-- 
cgit 1.4.1