summaryrefslogtreecommitdiffstats
path: root/nixos
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
parentb9cbe0f8e75c8dfec9702213a91e184a2ae2db86 (diff)
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')
-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 27d1cef849bc..aee7a041d043 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 {