diff --git a/profiles/work/home.nix b/profiles/work/home.nix index 53f942b3..d6222d06 100644 --- a/profiles/work/home.nix +++ b/profiles/work/home.nix @@ -251,5 +251,6 @@ }; services.pasystray.enable = true; + services.pasystray.extraOptions = [ "--no-notify" ]; }