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" "chromium"
# Fonts # Fonts
"font-atkinson-hyperlegible"
"font-ibm-plex"
"font-iosevka"
"font-iosevka-slab"
"font-playfair-display" "font-playfair-display"
] ]

View File

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

View File

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