diff --git a/roles/common/default.nix b/roles/common/default.nix index 062a1db..fd3fc25 100644 --- a/roles/common/default.nix +++ b/roles/common/default.nix @@ -17,6 +17,11 @@ # Enable the OpenSSH daemon. services.openssh.enable = true; + service.pipewire = { + enable = true; + pulse.enabld = 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