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
gimp
cinnamon.nemo-fileroller
];
}

View File

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