Desktop: configure pipewire

This commit is contained in:
Toast 2023-09-27 00:09:50 +02:00
parent 8b6b7e54d6
commit f40adefed8
2 changed files with 9 additions and 0 deletions

View file

@ -5,5 +5,6 @@
./ssh-agent.nix
./flatpak.nix
./syncthing.nix
./pipewire.nix
];
}

View file

@ -0,0 +1,8 @@
{ config, ... }:
{
services.pipewire = {
enable = true;
pulse.enable = true;
};
}