diff options
Diffstat (limited to 'modules/nixos')
| -rw-r--r-- | modules/nixos/thunar.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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 +} |
