general: move fonts config to baseline

This commit is contained in:
Fabian Montero 2025-08-28 18:32:42 -06:00
parent 9294335882
commit aa14f6f7ef
Signed by: fabian
GPG key ID: 1FFAC35E1798174F
2 changed files with 10 additions and 10 deletions

View file

@ -53,6 +53,16 @@ in {
];
};
fonts.packages = with pkgs; [
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;

View file

@ -18,14 +18,4 @@
./gtklock.nix
./borgsync.nix
];
fonts.packages = with pkgs; [
jetbrains-mono
noto-fonts
noto-fonts-cjk-sans
noto-fonts-emoji
noto-fonts-extra
nerd-fonts.fira-code
nerd-fonts.droid-sans-mono
];
}