commit | 66b782f836e3c43f48fb17f17636464f8edbf4d2 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Fri Aug 12 13:55:11 2022 +0100 |
committer | Skyler Grey <skyler3665@gmail.com> | Fri Aug 12 13:55:11 2022 +0100 |
tree | 9ac83a76102d4875a7f6eb39d782027d18cb1952 | |
parent | c15087aa50c9da4472d85c060f9dcc2a225711d1 [diff] |
Enable powerline symbols in kitty
diff --git a/src/apps/personal/kitty.nix b/src/apps/personal/kitty.nix index dfb97d8..b70d639 100644 --- a/src/apps/personal/kitty.nix +++ b/src/apps/personal/kitty.nix
@@ -7,6 +7,7 @@ settings = { enable_audio_bell = "no"; visual_bell_duration = "0.1"; + symbol_map = "U+E0A0-U+E0A3,U+E0C0-U+E0C7 PowerlineSymbols"; }; };