Merge pull request #4 from ediblerope/claude/create-claude-md-Je6Ea

shell improvements
This commit is contained in:
ediblerope 2026-04-09 17:13:27 +01:00 committed by GitHub
commit d843e3d90f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -17,7 +17,7 @@
# Ghostty config
home.file.".config/ghostty/config".force = true;
home.file.".config/ghostty/config".text = ''
font-family = MesloLGS Nerd Font
font-family = FiraMono Nerd Font
font-size = 11
font-thicken = true
theme = dark:Catppuccin Mocha,light:Catppuccin Latte

View file

@ -8,6 +8,7 @@
# Install Nerd Fonts for icon support
fonts.packages = with pkgs; [
nerd-fonts.fira-code
nerd-fonts.fira-mono
nerd-fonts.jetbrains-mono
nerd-fonts.meslo-lg
];