From 8feaad40a1c43454e6f6adf2b72330ec7cb5ea2c Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 19 Jul 2024 12:19:18 +0200 Subject: [PATCH] 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. --- modules/darwin/system/fonts/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/darwin/system/fonts/default.nix b/modules/darwin/system/fonts/default.nix index 0c90510..f8eecf8 100644 --- a/modules/darwin/system/fonts/default.nix +++ b/modules/darwin/system/fonts/default.nix @@ -17,9 +17,7 @@ in }; fonts = { - fontDir = enabled; - - fonts = with pkgs; + packages = with pkgs; [ noto-fonts noto-fonts-cjk-sans