Bruno BELANYI
2fb3d0f9cf
This will be more consistent in the future if I want to introduce darwin or home-manager configurations.
9 lines
87 B
Nix
9 lines
87 B
Nix
{ ... }:
|
|
{
|
|
my.hardware.sound = {
|
|
pipewire = {
|
|
enable = true;
|
|
};
|
|
};
|
|
}
|