From 9557a25db1a66a52170644142b175588b4b360b4 Mon Sep 17 00:00:00 2001 From: Emmet Date: Sun, 8 Dec 2024 10:06:16 -0600 Subject: [PATCH] Get rid of annoying pasystray notifications --- profiles/work/home.nix | 1 + 1 file changed, 1 insertion(+) 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" ]; }