Desktop: configure pipewire
This commit is contained in:
parent
8b6b7e54d6
commit
f40adefed8
2 changed files with 9 additions and 0 deletions
|
|
@ -5,5 +5,6 @@
|
||||||
./ssh-agent.nix
|
./ssh-agent.nix
|
||||||
./flatpak.nix
|
./flatpak.nix
|
||||||
./syncthing.nix
|
./syncthing.nix
|
||||||
|
./pipewire.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
8
roles/desktop/services/pipewire.nix
Normal file
8
roles/desktop/services/pipewire.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
{ config, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
services.pipewire = {
|
||||||
|
enable = true;
|
||||||
|
pulse.enable = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue