diff options
| author | scouckel <james.krinsky@gmail.com> | 2026-01-04 15:29:08 -0500 |
|---|---|---|
| committer | scouckel <james.krinsky@gmail.com> | 2026-01-04 15:29:08 -0500 |
| commit | 0cb2e5e47c458fa39cce049b208192736dcc1e0c (patch) | |
| tree | 67fe756e4f5385aa89b6c8bf7cfba3cfcc47414e /modules | |
| parent | af4d2d8e57c52e269efae939951dfe7cb05a8e16 (diff) | |
update
Diffstat (limited to 'modules')
| -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 +} |
