nixos/cosmic: enable xdg sounds

+2
+2
nixos/modules/services/desktop-managers/cosmic.nix
··· 104 services.graphical-desktop.enable = true; 105 106 xdg = { 107 icons.fallbackCursorThemes = lib.mkDefault [ "Cosmic" ]; 108 109 portal = {
··· 104 services.graphical-desktop.enable = true; 105 106 xdg = { 107 + # Required for cosmic-osd 108 + sounds.enable = true; 109 icons.fallbackCursorThemes = lib.mkDefault [ "Cosmic" ]; 110 111 portal = {