mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
ayatana-indicator-sound: init at 24.4.0
This commit is contained in:
parent
b4bf5efd73
commit
a7440c7873
2 changed files with 128 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue