1
0

Use nix font packages

This commit is contained in:
Jip J. Dekker 2023-12-26 22:34:16 +11:00
parent f317132bdc
commit d9742adc77
3 changed files with 7 additions and 5 deletions

View File

@ -25,9 +25,5 @@
"chromium"
# Fonts
"font-atkinson-hyperlegible"
"font-ibm-plex"
"font-iosevka"
"font-iosevka-slab"
"font-playfair-display"
]

View File

@ -69,7 +69,7 @@ in
kitty = {
enable = true;
font = {
name = "Iosevka Term";
name = "JetBrains Mono";
size = 14;
};
settings = {

View File

@ -19,6 +19,12 @@ with pkgs; [
neovim
zoxide
# Fonts
jetbrains-mono
iosevka
ibm-plex
atkinson-hyperlegible
# C(++) development tools
ccache
cmake