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
|
prusa-slicer
|
||||||
gimp
|
gimp
|
||||||
|
|
||||||
|
cinnamon.nemo-fileroller
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue