about 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 a5508b948990c..5db7c0ac71799 100644
--- a/nixos/modules/config/fonts/ghostscript.nix
+++ b/nixos/modules/config/fonts/ghostscript.nix
@@ -18,6 +18,6 @@ with lib;
   };
 
   config = mkIf config.fonts.enableGhostscriptFonts {
-    fonts.packages = [ "${pkgs.ghostscript}/share/ghostscript/fonts" ];
+    fonts.packages = [ pkgs.ghostscript.fonts ];
   };
 }