Move fonts to the system level

This commit is contained in:
SebastianStork 2024-04-29 22:43:56 +02:00
parent 2c92c45f04
commit 8949cbd1f4
2 changed files with 12 additions and 12 deletions

View file

@ -45,17 +45,5 @@
pkgs.hunspellDicts.de_DE
pkgs.hunspellDicts.en_US
pkgs.marktext
(pkgs.nerdfonts.override {
fonts = [
"JetBrainsMono"
"NerdFontsSymbolsOnly"
];
})
pkgs.corefonts
pkgs.roboto
pkgs.open-sans
];
fonts.fontconfig.enable = true;
}