mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 16:23:57 +01:00
thunar: Add volman
This should prevent errors from popping up in the terminal when mounting disks.
This commit is contained in:
parent
036ec4a733
commit
b12e1598c9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user