home: upgrade fonts to nerdfonts

This commit is contained in:
Fabian Montero 2025-09-12 15:23:41 -06:00
parent f03b8d39db
commit 00c44ba7ed
Signed by: fabian
GPG key ID: 3EDA9AE3937CCDE3
9 changed files with 17 additions and 16 deletions

View file

@ -55,6 +55,7 @@ in {
fonts.packages = with pkgs; [
jetbrains-mono
nerd-fonts.jetbrains-mono
noto-fonts
noto-fonts-cjk-sans
noto-fonts-emoji

View file

@ -26,7 +26,7 @@ in {
window {
background-color: black;
color: #eaeaea;
font-family: "JetBrains Mono", monospace;
font-family: "JetBrainsMono Nerd Font", monospace;
font-size: 14px;
}