From eae1e605a04e7e78cac7052a5cc284de5f9ee87f Mon Sep 17 00:00:00 2001 From: scouckel Date: Fri, 27 Mar 2026 22:51:08 -0400 Subject: delete everything --- unmoved-modules/nixos/thunar.nix | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 unmoved-modules/nixos/thunar.nix (limited to 'unmoved-modules/nixos/thunar.nix') diff --git a/unmoved-modules/nixos/thunar.nix b/unmoved-modules/nixos/thunar.nix deleted file mode 100644 index a698f63..0000000 --- a/unmoved-modules/nixos/thunar.nix +++ /dev/null @@ -1,17 +0,0 @@ -{ pkgs, ... }: - -{ - programs.thunar = { - enable = true; - - plugins = with pkgs; [ - thunar-archive-plugin - thunar-media-tags-plugin - thunar-volman - ]; - }; - - programs.xfconf.enable = true; - services.gvfs.enable = true; - services.tumbler.enable = true; -} -- cgit v1.3