Skip to content

Commit

Permalink
[Flake-inputs] Ghafpkgs: update to the latest version
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Bazulin <[email protected]>
  • Loading branch information
baz2142 authored and brianmcgillion committed Dec 20, 2024
1 parent 06d7e26 commit f500bec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions modules/common/services/desktop.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ let
;

cfg = config.ghaf.services.desktop;
inherit (config.ghaf.services.audio) pulseaudioTcpControlPort;

winConfig =
if (hasAttr "reference" config.ghaf) then
Expand Down Expand Up @@ -195,7 +194,7 @@ in
{
name = "Audio Control";
description = "System Audio Control";
path = "${pkgs.ghaf-audio-control}/bin/GhafAudioControlStandalone --pulseaudio_server=audio-vm:${toString pulseaudioTcpControlPort} --indicator_icon_name=preferences-sound";
path = "${pkgs.dbus}/bin/dbus-send --session --print-reply --dest=org.ghaf.Audio /org/ghaf/Audio org.ghaf.Audio.Open";
icon = "preferences-sound";
}

Expand Down

0 comments on commit f500bec

Please sign in to comment.