summary refs log tree commit diff
path: root/nixos/modules/config/fonts/ghostscript.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/config/fonts/ghostscript.nix')
-rw-r--r--nixos/modules/config/fonts/ghostscript.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/config/fonts/ghostscript.nix b/nixos/modules/config/fonts/ghostscript.nix
index a41f00a76c57..1c62a525de94 100644
--- a/nixos/modules/config/fonts/ghostscript.nix
+++ b/nixos/modules/config/fonts/ghostscript.nix
@@ -25,7 +25,7 @@ with lib;
 
   config = mkIf config.fonts.enableGhostscriptFonts {
 
-    fonts.extraFonts = [ "${pkgs.ghostscript}/share/ghostscript/fonts" ];
+    fonts.fonts = [ "${pkgs.ghostscript}/share/ghostscript/fonts" ];
 
   };