summaryrefslogtreecommitdiffstats
path: root/nixos/modules/installer/tools/tools.nix
diff options
context:
space:
mode:
authoréclairevoyant <848000+eclairevoyant@users.noreply.github.com>2023-12-02 08:40:57 -0500
committeréclairevoyant <848000+eclairevoyant@users.noreply.github.com>2023-12-02 08:41:02 -0500
commit70db5d0937f8497320d55455ef8d11063a6af764 (patch)
tree2b7f5f34991246a823dcdc319a3a197a565c400d /nixos/modules/installer/tools/tools.nix
parent7ec1a2d7615603190ace51689d4c6f43a61edf42 (diff)
nixos/installer-tools: mention PulseAudio+PipeWire instead of ALSA+PulseAudio in generated config
Diffstat (limited to 'nixos/modules/installer/tools/tools.nix')
-rw-r--r--nixos/modules/installer/tools/tools.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/nixos/modules/installer/tools/tools.nix b/nixos/modules/installer/tools/tools.nix
index 9ccc76a82c95..f5854522878d 100644
--- a/nixos/modules/installer/tools/tools.nix
+++ b/nixos/modules/installer/tools/tools.nix
@@ -177,8 +177,12 @@ in
# services.printing.enable = true;
# Enable sound.
- # sound.enable = true;
# hardware.pulseaudio.enable = true;
+ # OR
+ # services.pipewire = {
+ # enable = true;
+ # pulse.enable = true;
+ # };
# Enable touchpad support (enabled default in most desktopManager).
# services.xserver.libinput.enable = true;