From 8da18fca686ba5c6775edc361e9c7c5230a741ae Mon Sep 17 00:00:00 2001 From: ChUrl Date: Wed, 10 Aug 2022 21:38:17 +0200 Subject: [PATCH] enable laptop noisesuppression --- home/christoph/nixtop/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/christoph/nixtop/default.nix b/home/christoph/nixtop/default.nix index b08779d1..449c91e5 100644 --- a/home/christoph/nixtop/default.nix +++ b/home/christoph/nixtop/default.nix @@ -15,9 +15,9 @@ rec { modules.audio = { enable = true; - noisetorch = { - enable = true; - autostart = true; + noisesuppression = { + noisetorch.enable = true; + noisetorch.autostart = true; }; }; } \ No newline at end of file