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))))