aboutsummaryrefslogtreecommitdiff
path: root/modules/client/thunar/default.nix
blob: 0caaabfe42d5aa1df1c543adbdb1d70a1d2d1c4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{ config, pkgs, ... }:
{
  services = {
    gvfs.enable = true;
    # TODO: Check if I need these
    # udisks2.enable = true;
    # devmon.enable = true;
    tumbler.enable = true;
  };

  programs = {
    thunar = {
      enable = true;

      plugins = with pkgs.xfce; [
        thunar-archive-plugin
        thunar-media-tags-plugin
        thunar-volman
      ];
    };

    file-roller.enable = true;
  };
}
Directive (EU) 2019/790, Article 4(3); all rights regarding Text and Data Mining (TDM) are reserved.