Make audio work.
This commit is contained in:
parent
14466fb88e
commit
d00686c302
1 changed files with 7 additions and 0 deletions
|
@ -43,6 +43,13 @@ apk add hunspell hunspell-en hunspell-en-us
|
|||
apk add neovim pandoc git less make gcc musl-dev openssl-dev mandoc man-pages
|
||||
```
|
||||
|
||||
To make sure sound and webcams work:
|
||||
|
||||
```
|
||||
doas addgroup $USER audio
|
||||
doas addgroup $USER video
|
||||
```
|
||||
|
||||
### Firefox
|
||||
|
||||
I use the following Firefox extensions:
|
||||
|
|
Loading…
Reference in a new issue