summary refs log tree commit diff
path: root/nixos/modules/config/system-path.nix
diff options
context:
space:
mode:
authorBenjamin Asbach <asbachb@users.noreply.github.com>2021-01-05 01:52:44 +0100
committerBenjamin Asbach <asbachb@users.noreply.github.com>2021-01-07 22:41:34 +0100
commite02bf0737b382a010e7930dd0529ea19e3d448fd (patch)
tree9ac29a3129d97e63a1f57d3bda8c3008c975835a /nixos/modules/config/system-path.nix
parentb9cbe0f8e75c8dfec9702213a91e184a2ae2db86 (diff)
downloadnixpkgs-e02bf0737b382a010e7930dd0529ea19e3d448fd.tar
nixpkgs-e02bf0737b382a010e7930dd0529ea19e3d448fd.tar.gz
nixpkgs-e02bf0737b382a010e7930dd0529ea19e3d448fd.tar.bz2
nixpkgs-e02bf0737b382a010e7930dd0529ea19e3d448fd.tar.lz
nixpkgs-e02bf0737b382a010e7930dd0529ea19e3d448fd.tar.xz
nixpkgs-e02bf0737b382a010e7930dd0529ea19e3d448fd.tar.zst
nixpkgs-e02bf0737b382a010e7930dd0529ea19e3d448fd.zip
nufraw: init at 0.43-3
`nufraw` is used to manipulate raw images.
`nufraw-thumbnailer` is used to generate thumbnails for raw images.

relates #108444
Diffstat (limited to 'nixos/modules/config/system-path.nix')
-rw-r--r--nixos/modules/config/system-path.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/config/system-path.nix b/nixos/modules/config/system-path.nix
index 27d1cef849b..aee7a041d04 100644
--- a/nixos/modules/config/system-path.nix
+++ b/nixos/modules/config/system-path.nix
@@ -144,6 +144,7 @@ in
         "/share/kservicetypes5"
         "/share/kxmlgui5"
         "/share/systemd"
+        "/share/thumbnailers"
       ];
 
     system.path = pkgs.buildEnv {