From 8e514ab8df25ada9805089a0227c80902de4aa6d Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Tue, 5 Mar 2024 13:31:16 +0100 Subject: [PATCH] Pipewire --- home/home-configuration.scm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/home/home-configuration.scm b/home/home-configuration.scm index 87c3fea..fd41719 100644 --- a/home/home-configuration.scm +++ b/home/home-configuration.scm @@ -22,6 +22,7 @@ (gnu home services pm) (gnu home services shells) (gnu home services shepherd) + (gnu home services sound) (gnu home services ssh) (gnu home services syncthing)) @@ -189,6 +190,7 @@ "libbdplus" "libbluray" "liquidprompt" + "libsecret" "make" "nm-tray" "nnn" @@ -201,7 +203,6 @@ "pass-otp" "pavucontrol" "pinentry-qt" - "pipewire" "pv" "rsync" "rust" @@ -291,7 +292,7 @@ (service home-openssh-service-type (home-openssh-configuration (add-keys-to-agent "yes") - ;(extra-content "IdentityAgent /run/user/1000/gnupg/S.gpg-agent.ssh") + ;(extra-content "IdentityAgent /run/user/1000/gnupg/S.gpg-agent.ssh") (hosts (list (openssh-host @@ -331,4 +332,5 @@ (default-cache-ttl 7200) (default-cache-ttl-ssh 7200) (extra-content "grab\nallow-emacs-pinentry\nallow-loopback-pinentry"))) - (service home-dbus-service-type)))) + (service home-dbus-service-type) + (service home-pipewire-service-type))))