Merge pull request #4 from ediblerope/claude/create-claude-md-Je6Ea
shell improvements
This commit is contained in:
commit
d843e3d90f
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