Explicitly setup pipewire

This commit is contained in:
2024-09-07 18:27:52 -07:00
parent 23639bee01
commit 8b311d4ed0

View File

@@ -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