Changed: Thunar File Manager

This commit is contained in:
2025-03-25 23:02:16 +01:00
parent 104e49dbf9
commit 7ca8e843c2
2 changed files with 11 additions and 13 deletions

View File

@@ -1,13 +0,0 @@
{ pkgs, ...}: {
programs.thunar = {
enable = true;
plugins = with pkgs.xfce; [
thunar-archive-plugin
thunar-volman
];
};
programs.xfconf.enable = true;
programs.gvfs.enable = true;
programs.tumbler.enable = true;
}