nixos/cosmic: enable xdg sounds

This commit is contained in:
Heitor Augusto
2025-09-25 13:56:58 -03:00
parent af67af57db
commit 5119b9837d
@@ -104,6 +104,8 @@ in
services.graphical-desktop.enable = true;
xdg = {
# Required for cosmic-osd
sounds.enable = true;
icons.fallbackCursorThemes = lib.mkDefault [ "Cosmic" ];
portal = {