chore: remove pavucontrol
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
df111073d5
commit
a853cf4c23
1 changed files with 2 additions and 3 deletions
|
@ -69,15 +69,14 @@ in {
|
||||||
'';
|
'';
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
++ (builtins.attrValues {
|
++ (attrValues {
|
||||||
inherit
|
inherit
|
||||||
(pkgs)
|
(pkgs)
|
||||||
playerctl
|
playerctl
|
||||||
pavucontrol # TODO: replace with ags widget
|
|
||||||
wayfreeze
|
wayfreeze
|
||||||
;
|
;
|
||||||
})
|
})
|
||||||
++ (optionals cfgDesktop.isTouchscreen (builtins.attrValues {
|
++ (optionals cfgDesktop.isTouchscreen (attrValues {
|
||||||
inherit
|
inherit
|
||||||
(pkgs)
|
(pkgs)
|
||||||
ydotool
|
ydotool
|
||||||
|
|
Loading…
Reference in a new issue