thunar: Add volman

This should prevent errors from popping up in the terminal when mounting
disks.
This commit is contained in:
Donovan Glover 2023-06-16 13:19:38 -04:00
parent 036ec4a733
commit b12e1598c9
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -1,6 +1,7 @@
{ pkgs, ... }: {
programs.thunar.enable = true;
services.tumbler.enable = true; # Thumbnail support
programs.thunar.plugins = with pkgs.xfce; [ thunar-volman ];
environment.systemPackages = with pkgs; [
xfce.exo # Open with kitty support