Added slack, buildable netextender, default jetbrains mono font

This commit is contained in:
2025-07-17 18:13:02 -07:00
parent 7df748762a
commit c986c811fd
6 changed files with 95 additions and 6 deletions

View File

@@ -1,8 +1,16 @@
{ config, pkgs, ... }:
{
fonts.fontDir.enable = true;
fonts.fontconfig.enable = true;
fonts.fontconfig.antialias = true;
fonts.fontconfig = {
enable = true;
antialias = true;
defaultFonts = {
monospace = [ "JetBrains Mono" ];
sansSerif = [ "JetBrains Mono" ];
serif = [ "JetBrains Mono" ];
};
};
fonts.packages = with pkgs; [
noto-fonts
noto-fonts-emoji