.
This commit is contained in:
parent
dfb6a1b21e
commit
d6fb877196
1 changed files with 4 additions and 2 deletions
|
@ -8,6 +8,7 @@
|
|||
(use-modules
|
||||
(gnu packages)
|
||||
(gnu packages gnupg)
|
||||
(gnu packages linux)
|
||||
(gnu packages shellutils)
|
||||
(gnu services)
|
||||
(guix gexp)
|
||||
|
@ -225,7 +226,6 @@
|
|||
"unzip"
|
||||
"visidata"
|
||||
"waybar"
|
||||
"wireplumber-minimal"
|
||||
"wlogout"
|
||||
"xdg-desktop-portal"
|
||||
"xdg-desktop-portal-wlr"
|
||||
|
@ -333,4 +333,6 @@
|
|||
(default-cache-ttl-ssh 7200)
|
||||
(extra-content "grab\nallow-emacs-pinentry\nallow-loopback-pinentry")))
|
||||
(service home-dbus-service-type)
|
||||
(service home-pipewire-service-type))))
|
||||
(service home-pipewire-service-type
|
||||
(home-pipewire-configuration
|
||||
(wireplumber wireplumber-minimal))))))
|
||||
|
|
Loading…
Reference in a new issue