feat(halo): add sound
This commit is contained in:
parent
9f30f582ec
commit
0e4f847145
1 changed files with 6 additions and 0 deletions
|
|
@ -22,6 +22,12 @@ with lib.metacfg;
|
||||||
8880
|
8880
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.pipewire = {
|
||||||
|
enable = true;
|
||||||
|
alsa.enable = true;
|
||||||
|
pulse.enable = true; # if you need PulseAudio compat
|
||||||
|
};
|
||||||
|
|
||||||
hardware.graphics = {
|
hardware.graphics = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue