feat(home): enable easyeffects for microphone noise cancellation
All checks were successful
Check / eval (push) Successful in 3m2s

This commit is contained in:
Bernardo Magri
2026-07-08 22:16:50 +01:00
parent ff76781a97
commit f97acda158
3 changed files with 16 additions and 13 deletions

View File

@@ -37,6 +37,9 @@
# Automount removable media (USB drives) and provide safe-removal notifications.
services.udiskie.enable = true;
# Microphone noise cancellation (rnnoise) and audio EQ.
services.easyeffects.enable = true;
# Wifi from the bar: nm-applet lives in waybar's tray (SNI flag via
# preferStatusNotifierItems — without it there is no tray icon).
services.network-manager-applet.enable = true;