1
0
Fork 0
forked from fabian/nix

home: upgrade fonts to nerdfonts

This commit is contained in:
Fabian Montero 2025-09-12 15:23:41 -06:00 committed by chem
parent 4136bfe92d
commit 9dc0624398
7 changed files with 23 additions and 13 deletions

View file

@ -53,6 +53,17 @@ in {
];
};
fonts.packages = with pkgs; [
jetbrains-mono
nerd-fonts.jetbrains-mono
noto-fonts
noto-fonts-cjk-sans
noto-fonts-emoji
noto-fonts-extra
nerd-fonts.fira-code
nerd-fonts.droid-sans-mono
];
services = {
openssh.enable = mkDefault true;