diff --git a/home/file_manager/thunar.nix b/home/file_manager/thunar.nix index d34e6d2..84382d4 100644 --- a/home/file_manager/thunar.nix +++ b/home/file_manager/thunar.nix @@ -1,12 +1,5 @@ { pkgs, ... }: { - programs.thunar = { - enable = true; - plugins = with pkgs.xfce; [ - thunar-archive-plugin - thunar-volman - ]; - }; - + } diff --git a/modules/system.nix b/modules/system.nix index 558cabd..3c8fe85 100644 --- a/modules/system.nix +++ b/modules/system.nix @@ -101,6 +101,13 @@ programs.xfconf.enable = true; services.gvfs.enable = true; services.tumbler.enable = true; + programs.thunar = { + enable = true; + plugins = with pkgs.xfce; [ + thunar-archive-plugin + thunar-volman + ]; + }; # Virtualisation virtualisation = {