summaryrefslogtreecommitdiff
path: root/tests/fonts.nix
AgeCommit message (Collapse)Author
2024-06-13fonts: remove `fonts.fontDir.enable`Emily
As far as I can tell, this isn't required to get fonts to work on NixOS, so we shouldn't require it on nix-darwin either, even if the implementations are superficially similar.
2024-06-13fonts: reimplement and rename to `fonts.packages`Emily
Fixes: #120 Fixes: #722 Fixes: #752 Closes: #692
2024-06-13fonts: use non-standard path in testEmily
Ensure that #665 works correctly.
2022-09-15fix: adapt fonts tests to use newer module apiJan Schmitt
2019-12-22Replaces cp with rsync to prevent partial copies across filesystems.Thibault Gagnaux
2019-12-22Fixes the failing font testThibault Gagnaux
2019-02-17fonts: rewrite activationDaiderd Jordan
The new implementation is a bit smarter and only updates fonts that changed. But more importantly /run/current-system isn't used anymore which breaks initial activation and installs the previous set of fonts instead of the one in the new system. Fixes #115
2018-10-12tests: avoid depending on an actual font packageDaiderd Jordan
2018-10-06skip buildEnv and create a package with /share/fontsPiotr Limanowski
2018-10-05fonts: adds `enableFontDir` flagPiotr Limanowski
For NixOS compatibility reasons we're using enableFontDir flag that in turn enables/disables font management in /Library/Fonts directory.
2018-10-04adds recursive font searchingPiotr Limanowski
2018-10-02add tests for fontsPiotr Limanowski