-
Notifications
You must be signed in to change notification settings - Fork 1
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 |
Hi @yellowsquid, Guix maintainer here. Would you be interested in upstreaming your I think we can close this issue and not do a bootstrap package: https://issues.guix.gnu.org/49607 Feel free to send a patch for it and I can review. If you open a patch ticket, I will close 49607 in favor of yours and I can review and merge it if it is ready. I have commit access to Guix. |
Hi @jgarte. Currently the |
Interesting, I'm not sure if that would be a problem or not. I can't recall now if we have any packages that behave similarly. Getting review from the wider Guix community on it though could provide more feedback on the matter. |
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: