fixed thunar archives and removable media
This commit is contained in:
parent
90f03b8cd8
commit
a50faa1245
2 changed files with 5 additions and 1 deletions
|
@ -28,6 +28,8 @@
|
|||
prusa-slicer
|
||||
gimp
|
||||
|
||||
cinnamon.nemo-fileroller
|
||||
|
||||
];
|
||||
|
||||
}
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
{ pkgs, home-manager, ... }:
|
||||
{
|
||||
services.udisks2.enable = true;
|
||||
services.gvfs.enable = true;
|
||||
|
||||
programs.file-roller.enable = true;
|
||||
|
||||
programs.thunar = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue