fixed thunar archives and removable media

This commit is contained in:
willifan 2024-05-28 23:53:17 +02:00
parent 90f03b8cd8
commit a50faa1245
2 changed files with 5 additions and 1 deletions

View file

@ -28,6 +28,8 @@
prusa-slicer prusa-slicer
gimp gimp
cinnamon.nemo-fileroller
]; ];
} }

View file

@ -1,6 +1,8 @@
{ pkgs, home-manager, ... }: { pkgs, home-manager, ... }:
{ {
services.udisks2.enable = true; services.gvfs.enable = true;
programs.file-roller.enable = true;
programs.thunar = { programs.thunar = {
enable = true; enable = true;