Fix removable disks in dolphin

This commit is contained in:
outfoxxed 2023-07-26 01:43:52 -07:00
parent 972559e2cf
commit 94f5986df6
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E

View file

@ -39,5 +39,7 @@
''; '';
}; };
# removable disks in file manager
services.udisks2.enable = true;
]; ];
} }