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:
parent
d44ef254fa
commit
8feaad40a1
1 changed files with 1 additions and 3 deletions
|
@ -17,9 +17,7 @@ in
|
|||
};
|
||||
|
||||
fonts = {
|
||||
fontDir = enabled;
|
||||
|
||||
fonts = with pkgs;
|
||||
packages = with pkgs;
|
||||
[
|
||||
noto-fonts
|
||||
noto-fonts-cjk-sans
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue