mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 06:56:11 -05:00
pulseaudio utils and file to stop pulse from starting
This commit is contained in:
parent
ca1dda2c86
commit
67bd380ad4
2 changed files with 5 additions and 0 deletions
|
@ -36,6 +36,8 @@
|
|||
"libnotify"
|
||||
"fzf"
|
||||
"waypipe"
|
||||
"pulseaudio" ;only for pactl
|
||||
"qpwgraph"
|
||||
"gnunet"
|
||||
"ffmpeg"
|
||||
"qrencode"
|
||||
|
@ -52,6 +54,7 @@
|
|||
"libreoffice"
|
||||
"flatpak"
|
||||
"gnupg"
|
||||
"spotifyd"
|
||||
"lsof"
|
||||
"pavucontrol"
|
||||
"netcat"
|
||||
|
@ -125,6 +128,7 @@
|
|||
("sway" ,(local-file "sway" #:recursive? #t))
|
||||
("hypr" ,(local-file "hypr" #:recursive? #t))
|
||||
("foot" ,(local-file "foot" #:recursive? #t))
|
||||
("pulse/client.conf" ,(local-file "pulseaudio/client.conf"))
|
||||
("waybar" ,(local-file "waybar" #:recursive? #t))
|
||||
("alacritty" ,(local-file "alacritty" #:recursive? #t))
|
||||
("aerc" ,(local-file "aerc" #:recursive? #t))
|
||||
|
|
1
home-config/pulseaudio/client.conf
Normal file
1
home-config/pulseaudio/client.conf
Normal file
|
@ -0,0 +1 @@
|
|||
autospawn = no
|
Loading…
Reference in a new issue