diff options
Diffstat (limited to 'os/srv/files.nix')
| -rw-r--r-- | os/srv/files.nix | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/os/srv/files.nix b/os/srv/files.nix index 22117d0..f5e4ebb 100644 --- a/os/srv/files.nix +++ b/os/srv/files.nix @@ -15,23 +15,24 @@ in }; config = lib.mkMerge [ (lib.mkIf cfg.enable { - programs.thunar = { - enable = true; - plugins = with pkgs; [ - ffmpegthumbnailer - libgsf - poppler - freetype - webp-pixbuf-loader - thunar-volman - thunar-archive-plugin - ]; - }; + # programs.thunar = { + # enable = true; + # plugins = with pkgs; [ + # ffmpegthumbnailer + # libgsf + # poppler + # freetype + # webp-pixbuf-loader + # thunar-volman + # thunar-archive-plugin + # ]; + # }; services = { tumbler.enable = true; gvfs.enable = true; }; environment.systemPackages = with pkgs; [ + pcmanfm file-roller dua pxz |
