From 0cb2e5e47c458fa39cce049b208192736dcc1e0c Mon Sep 17 00:00:00 2001 From: scouckel Date: Sun, 4 Jan 2026 15:29:08 -0500 Subject: update --- modules/nixos/thunar.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/nixos/thunar.nix b/modules/nixos/thunar.nix index 168387f..a698f63 100644 --- a/modules/nixos/thunar.nix +++ b/modules/nixos/thunar.nix @@ -4,7 +4,7 @@ programs.thunar = { enable = true; - plugins = with pkgs.xfce; [ + plugins = with pkgs; [ thunar-archive-plugin thunar-media-tags-plugin thunar-volman @@ -14,4 +14,4 @@ programs.xfconf.enable = true; services.gvfs.enable = true; services.tumbler.enable = true; -} \ No newline at end of file +} -- cgit v1.3