feat(ghostty): switch to Iosevka Term
This commit is contained in:
parent
9c70ecf81e
commit
c60df011bc
2 changed files with 2 additions and 3 deletions
|
@ -56,11 +56,10 @@
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
cantarell-fonts
|
cantarell-fonts
|
||||||
inter
|
inter
|
||||||
iosevka
|
iosevka-bin
|
||||||
jetbrains-mono
|
jetbrains-mono
|
||||||
twitter-color-emoji
|
twitter-color-emoji
|
||||||
|
|
||||||
nerd-fonts.iosevka
|
|
||||||
nerd-fonts.jetbrains-mono
|
nerd-fonts.jetbrains-mono
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
file.".config/ghostty/config".text = ''
|
file.".config/ghostty/config".text = ''
|
||||||
theme = light:catppuccin-latte,dark:catppuccin-mocha
|
theme = light:catppuccin-latte,dark:catppuccin-mocha
|
||||||
font-family = Iosevka Nerd Font
|
font-family = Iosevka Term
|
||||||
font-size = 12
|
font-size = 12
|
||||||
font-feature = -calt
|
font-feature = -calt
|
||||||
font-feature = -dlig
|
font-feature = -dlig
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue