nix-dotfiles/hm/modules/thunar.nix
2025-09-08 11:36:45 +02:00

13 lines
215 B
Nix

{ pkgs, ... }:
{
home.packages = builtins.attrValues {
inherit (pkgs.xfce)
thunar
thunar-archive-plugin
thunar-media-tags-plugin
thunar-volman
tumbler
xfconf
;
};
}