aboutsummaryrefslogtreecommitdiff
path: root/modules/client/thunar/default.nix
diff options
context:
space:
mode:
authoraethrvmn <me@aethrvmn.gr>2025-08-31 14:21:34 +0000
committeraethrvmn <me@aethrvmn.gr>2025-08-31 14:21:34 +0000
commitbfd970a07c231b5781871c16cb4612eb4c6b8fd4 (patch)
tree50a4ac5138d1f438e4d5bad3a3dd880a0784cd3e /modules/client/thunar/default.nix
parentadded flake (diff)
imported system/home-manager config
Diffstat (limited to 'modules/client/thunar/default.nix')
-rw-r--r--modules/client/thunar/default.nix24
1 files changed, 24 insertions, 0 deletions
diff --git a/modules/client/thunar/default.nix b/modules/client/thunar/default.nix
new file mode 100644
index 0000000..0caaabf
--- /dev/null
+++ b/modules/client/thunar/default.nix
@@ -0,0 +1,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.