Price Hiller
aa4ff5e553
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m4s
10 lines
142 B
Nix
10 lines
142 B
Nix
{ ... }:
|
|
{
|
|
security.rtkit.enable = true;
|
|
services.pipewire = {
|
|
enable = true;
|
|
alsa.enable = true;
|
|
pulse.enable = true;
|
|
};
|
|
}
|