Use nix font packages
This commit is contained in:
parent
f317132bdc
commit
d9742adc77
@ -25,9 +25,5 @@
|
||||
"chromium"
|
||||
|
||||
# Fonts
|
||||
"font-atkinson-hyperlegible"
|
||||
"font-ibm-plex"
|
||||
"font-iosevka"
|
||||
"font-iosevka-slab"
|
||||
"font-playfair-display"
|
||||
]
|
||||
|
@ -69,7 +69,7 @@ in
|
||||
kitty = {
|
||||
enable = true;
|
||||
font = {
|
||||
name = "Iosevka Term";
|
||||
name = "JetBrains Mono";
|
||||
size = 14;
|
||||
};
|
||||
settings = {
|
||||
|
@ -19,6 +19,12 @@ with pkgs; [
|
||||
neovim
|
||||
zoxide
|
||||
|
||||
# Fonts
|
||||
jetbrains-mono
|
||||
iosevka
|
||||
ibm-plex
|
||||
atkinson-hyperlegible
|
||||
|
||||
# C(++) development tools
|
||||
ccache
|
||||
cmake
|
||||
|
Loading…
x
Reference in New Issue
Block a user