nixos/modules/thunar.nix

7 lines
158 B
Nix

{pkgs, ...}:
{
programs.thunar = {
enable = true;
plugins = with pkgs.xfce; [ thunar-volman thunar-archive-plugin thunar-media-tags-plugin];
};
}