main
1{
2 den.aspects.desktop.utils = {
3 nixos = {config, ...}: {
4 services.gvfs.enable = true; # Mount, trash, and other functionalities
5 services.blueman.enable = config.hardware.bluetooth.enable;
6 i18n.extraLocales = "all";
7 };
8 };
9}