Add some fonts
This commit is contained in:
parent
2b937175db
commit
6ac73ae2a2
2 changed files with 8 additions and 1 deletions
|
@ -21,6 +21,7 @@
|
|||
# UX
|
||||
kitty_mod = "cmd";
|
||||
cursor_blink_interval = 0;
|
||||
disable_ligatures = "cursor";
|
||||
enable_audio_bell = false;
|
||||
visual_bell_duration = 0;
|
||||
|
||||
|
|
|
@ -5,7 +5,13 @@
|
|||
enableFontDir = true;
|
||||
|
||||
fonts = with pkgs; [
|
||||
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
|
||||
(nerdfonts.override {
|
||||
fonts = [
|
||||
"FiraCode"
|
||||
"JetBrainsMono"
|
||||
"VictorMono"
|
||||
];
|
||||
})
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue