fix krita

This commit is contained in:
2026-04-05 22:47:17 +01:00
parent 0c69a2c32e
commit ad70686b05
2 changed files with 21 additions and 1 deletions

View File

@@ -5,6 +5,19 @@
packages = with pkgs; [
nerd-fonts.jetbrains-mono
nerd-fonts.fira-code
noto-fonts
noto-fonts-cjk-sans
noto-fonts-color-emoji
liberation_ttf
];
fontconfig = {
enable = true;
defaultFonts = {
monospace = [ "JetBrainsMono Nerd Font" ];
sansSerif = [ "Noto Sans" ];
serif = [ "Noto Serif" ];
};
};
};
}