Heavily inspired by https://github.com/Doc-Steve/dendritic-design-with-flake-parts. > Atomic commits? Never heard of them!
10 lines
157 B
Nix
10 lines
157 B
Nix
{
|
|
flake.modules.nixos.pipewire = {
|
|
services.pipewire = {
|
|
alsa.enable = true;
|
|
enable = true;
|
|
wireplumber.enable = true;
|
|
};
|
|
};
|
|
}
|