shell: switch terminal font to FiraMono Nerd Font
https://claude.ai/code/session_01PwAXuaoJx7qD5FhVLsn7Sn
This commit is contained in:
parent
d5871cf3a6
commit
aa3888969e
2 changed files with 2 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
||||||
# Ghostty config
|
# Ghostty config
|
||||||
home.file.".config/ghostty/config".force = true;
|
home.file.".config/ghostty/config".force = true;
|
||||||
home.file.".config/ghostty/config".text = ''
|
home.file.".config/ghostty/config".text = ''
|
||||||
font-family = MesloLGS Nerd Font
|
font-family = FiraMono Nerd Font
|
||||||
font-size = 11
|
font-size = 11
|
||||||
font-thicken = true
|
font-thicken = true
|
||||||
theme = dark:Catppuccin Mocha,light:Catppuccin Latte
|
theme = dark:Catppuccin Mocha,light:Catppuccin Latte
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@
|
||||||
# Install Nerd Fonts for icon support
|
# Install Nerd Fonts for icon support
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
nerd-fonts.fira-code
|
nerd-fonts.fira-code
|
||||||
|
nerd-fonts.fira-mono
|
||||||
nerd-fonts.jetbrains-mono
|
nerd-fonts.jetbrains-mono
|
||||||
nerd-fonts.meslo-lg
|
nerd-fonts.meslo-lg
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue