11 lines
103 B
Nix
11 lines
103 B
Nix
{ ... }:
|
|
{
|
|
my.modules.sound = {
|
|
enable = true;
|
|
|
|
pulse = {
|
|
enable = true;
|
|
};
|
|
};
|
|
}
|