feat: do not notify using nix-monitored

nixos
Moritz Böhme 2024-02-16 11:28:08 +01:00
parent 71fe796589
commit 43d2bd3645
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ let
then
inputs.nix-monitored.packages.${system}.default.override
{
withNotify = false;
nix = nix;
}
else nix;