feature(thunar): add thunar and thumbler thumbnailer service
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
# Enable Thunar and Tumbler thumbnailer service
|
||||
programs.thunar.enable = true;
|
||||
programs.tumbler.enable = true;
|
||||
|
||||
# Ensure Thunar can locate the thumbnailer extensions
|
||||
environment.pathsToLink = [ "share/thumbnailers" ];
|
||||
}
|
||||
Reference in New Issue
Block a user