machines: aramis: sound: use common module
This commit is contained in:
parent
a508db48c9
commit
8b4966fcbe
|
@ -1,5 +1,10 @@
|
||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
sound.enable = true;
|
my.modules.sound = {
|
||||||
hardware.pulseaudio.enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
pulse = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue