about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorOPNA2608 <opna2608@protonmail.com>2024-04-18 20:38:43 +0200
committerOPNA2608 <opna2608@protonmail.com>2024-05-21 16:02:50 +0200
commita7440c78739f6d379c580e61b02fed4fa7f3586c (patch)
tree3e7b658f8a35d2c022cf413a9bc7b458425d0e6a /nixos/tests
parentb4bf5efd734dd8af81ad6f8f6acb3a0cb0a5dfd2 (diff)
ayatana-indicator-sound: init at 24.4.0
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/ayatana-indicators.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/tests/ayatana-indicators.nix b/nixos/tests/ayatana-indicators.nix
index 13a0982a142bb..1ca3e1dda3d34 100644
--- a/nixos/tests/ayatana-indicators.nix
+++ b/nixos/tests/ayatana-indicators.nix
@@ -31,6 +31,7 @@ in {
         ayatana-indicator-messages
         ayatana-indicator-power
         ayatana-indicator-session
+        ayatana-indicator-sound
       ] ++ (with pkgs.lomiri; [
         lomiri-indicator-network
         telephony-service
@@ -41,6 +42,8 @@ in {
 
     services.accounts-daemon.enable = true; # messages
 
+    hardware.pulseaudio.enable = true; # sound
+
     # Lomiri-ish setup for Lomiri indicators
     # TODO move into a Lomiri module, once the package set is far enough for the DE to start