diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-11-30 21:59:43 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-11-30 21:59:43 +0000 |
| commit | 893ea11e1dc05fe1a2a34e66d4ebcfdffda34720 (patch) | |
| tree | ef454e299f49cbb58e1b9fbafd0b759b4379ac2a /modules/client/thunar/default.nix | |
| parent | added .lock to ignorelist (diff) | |
huge restructure of modules
Diffstat (limited to 'modules/client/thunar/default.nix')
| -rw-r--r-- | modules/client/thunar/default.nix | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/modules/client/thunar/default.nix b/modules/client/thunar/default.nix deleted file mode 100644 index 0caaabf..0000000 --- a/modules/client/thunar/default.nix +++ /dev/null @@ -1,24 +0,0 @@ -{ 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; - }; -} |
