nix-config/machines/aramis/sound.nix

11 lines
103 B
Nix

{ ... }:
{
my.modules.sound = {
enable = true;
pulse = {
enable = true;
};
};
}