mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 07:36:09 -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"
|
"libnotify"
|
||||||
"fzf"
|
"fzf"
|
||||||
"waypipe"
|
"waypipe"
|
||||||
|
"pulseaudio" ;only for pactl
|
||||||
|
"qpwgraph"
|
||||||
"gnunet"
|
"gnunet"
|
||||||
"ffmpeg"
|
"ffmpeg"
|
||||||
"qrencode"
|
"qrencode"
|
||||||
|
@ -52,6 +54,7 @@
|
||||||
"libreoffice"
|
"libreoffice"
|
||||||
"flatpak"
|
"flatpak"
|
||||||
"gnupg"
|
"gnupg"
|
||||||
|
"spotifyd"
|
||||||
"lsof"
|
"lsof"
|
||||||
"pavucontrol"
|
"pavucontrol"
|
||||||
"netcat"
|
"netcat"
|
||||||
|
@ -125,6 +128,7 @@
|
||||||
("sway" ,(local-file "sway" #:recursive? #t))
|
("sway" ,(local-file "sway" #:recursive? #t))
|
||||||
("hypr" ,(local-file "hypr" #:recursive? #t))
|
("hypr" ,(local-file "hypr" #:recursive? #t))
|
||||||
("foot" ,(local-file "foot" #:recursive? #t))
|
("foot" ,(local-file "foot" #:recursive? #t))
|
||||||
|
("pulse/client.conf" ,(local-file "pulseaudio/client.conf"))
|
||||||
("waybar" ,(local-file "waybar" #:recursive? #t))
|
("waybar" ,(local-file "waybar" #:recursive? #t))
|
||||||
("alacritty" ,(local-file "alacritty" #:recursive? #t))
|
("alacritty" ,(local-file "alacritty" #:recursive? #t))
|
||||||
("aerc" ,(local-file "aerc" #: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