-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move definitions upstream #1
Comments
very interested in this! |
Here's an absolutely minimal Guix Home config for the PipeWire and WirePlumber services. (use-modules (gnu home)
(gnu services)
(yellowsquid services pipewire))
(home-environment
(services (list
(service home-pipewire-service-type)
(service home-wireplumber-service-type)))) In practice, you would want to have shell services, environment variables, and other packages in your profile. See the Home Configuration info node for more details. |
great! thanks! I will test if that works. I am trying to use wpctl to change my audio volume in a sway/wayland config. Will let you know how that goes. I hope you manage the guix process to send it to the main guix repository. In rde ( https://sr.ht/~abcdw/rde/) I have seen home services that can bring the packages |
This are the warnings I get when I did home reconfigure. Many services have config entries for The 3 services pipewire, pipewire-pulse and wireplumber are all running despite ths warning messages.
|
This works: wpctl set-volume 39 50 |
Many of these modules are suitable for being moved into upstream Guix. This issue contains a list of which modules could be moved.
yellowsquid services pipewire
The text was updated successfully, but these errors were encountered: