[audio] Add an audio role

This commit is contained in:
2024-09-19 20:44:01 -07:00
parent 4d39f8a635
commit 3f1bdc7af0
6 changed files with 36 additions and 11 deletions

View File

@@ -7,6 +7,7 @@ let
in
{
imports = [
./audio
./bluetooth
./desktop
./kodi
@@ -38,11 +39,6 @@ in
# Enable the OpenSSH daemon.
services.openssh.enable = true;
services.pipewire = {
enable = true;
pulse.enable = true;
};
environment.systemPackages = with pkgs; [
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
git