Extract a pipewire mixin
This commit is contained in:
parent
553566ac19
commit
6c9921f45d
3 changed files with 1 additions and 1 deletions
|
@ -12,6 +12,7 @@
|
|||
../../modules/mixins/bluetooth.nix
|
||||
../../modules/mixins/docker.nix
|
||||
../../modules/mixins/phpactor
|
||||
../../modules/mixins/pipewire.nix
|
||||
../../modules/mixins/thunar.nix
|
||||
|
||||
../common
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
imports = [
|
||||
./cron.nix
|
||||
./interception-tools.nix
|
||||
./sound.nix
|
||||
./udev.nix
|
||||
./xserver.nix
|
||||
];
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
|
||||
alsa = {
|
||||
enable = true;
|
||||
support32Bit = true;
|
||||
};
|
||||
|
||||
pulse.enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue