diff options
Diffstat (limited to 'nixos/modules/features/fonts/default.nix')
| -rw-r--r-- | nixos/modules/features/fonts/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/features/fonts/default.nix b/nixos/modules/features/fonts/default.nix index 8ac4785..cecdd8f 100644 --- a/nixos/modules/features/fonts/default.nix +++ b/nixos/modules/features/fonts/default.nix @@ -3,7 +3,7 @@ { fonts.fontconfig.enable = true; - environment.systemPackages = with pkgs; [ + fonts.packages = with pkgs; [ font-awesome nerd-fonts.jetbrains-mono nerd-fonts.symbols-only |
