From 2a50a86e3faea6deae9adc76572cc543baf678d3 Mon Sep 17 00:00:00 2001 From: scouckel Date: Wed, 25 Mar 2026 11:14:16 -0500 Subject: inital move and renaming --- modules/nixos/thunar.nix | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 modules/nixos/thunar.nix (limited to 'modules/nixos/thunar.nix') diff --git a/modules/nixos/thunar.nix b/modules/nixos/thunar.nix deleted file mode 100644 index a698f63..0000000 --- a/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