Add pulseaudio for pipewire

This commit is contained in:
Florian RICHER 2023-08-20 12:39:36 +02:00
parent 966aff8ae7
commit 3784b4a6fe
2 changed files with 5 additions and 0 deletions

View file

@ -8,3 +8,4 @@ nixos-rebuild switch --flake flake_path_directory#hostname
- https://github.com/ryan4yin/nix-config/tree/v0.0.2
- https://github.com/LudovicoPiero/dotfiles
- https://github.com/donovanglover/nix-config/

View file

@ -14,4 +14,8 @@
jack.enable = true;
};
};
environment.systemPackages = with pkgs; [
pulseaudio
];
}