Use nix font packages
This commit is contained in:
parent
f317132bdc
commit
d9742adc77
@ -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"
|
||||||
]
|
]
|
||||||
|
@ -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 = {
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user