refactor: rename 'fonts' to 'packages' in darwin module

This commit renames the 'fonts' array in the darwin system fonts module to 'packages'. The refactor is aimed at improving the code readability and making the name more descriptive and representative of its content.
This commit is contained in:
Harald Hoyer 2024-07-19 12:19:18 +02:00
parent d44ef254fa
commit 8feaad40a1

View file

@ -17,9 +17,7 @@ in
}; };
fonts = { fonts = {
fontDir = enabled; packages = with pkgs;
fonts = with pkgs;
[ [
noto-fonts noto-fonts
noto-fonts-cjk-sans noto-fonts-cjk-sans