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