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