Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

This project uses clipstudio-thumbnailer to make a thumbnailer for NixOS systems.

First check this, as you may need to modify environment.pathsToLink:

https://wiki.nixos.org/wiki/Thumbnails

Add this flake to your config, adding the package to your system packages

  environment.systemPackages = [
    inputs.clipstudio-thumbnailer.packages.${pkgs.stdenv.hostPlatform.system}.default
  ];

Then restart your thumbnailer service and file manager daemon, for example on Xfce:

systemctl --user restart tumblerd
pkill --signal SIGHUP thunar
thunar --daemon &

About

Provide a clipstudio thumbnailer on Nix

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages