nixos: add thunar

This commit is contained in:
Alexandre Cavalheiro 2024-07-16 00:46:27 -03:00
parent b5574bb6e9
commit 6c7d7a0257
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -272,6 +272,12 @@
];
};
# Enable Thunar and it's dependencies
programs.thunar.enable = true;
programs.xfconf.enable = true; # For configuring
services.gvfs.enable = true; # For mounting drives, trash, etc.
services.tumbler.enable = true; # Thumbnail support
##
## SOUND #
##