Was undistract-me automatically enabled due to tmux + byobu?

I recently added tmux and byobu into both of my NixOS and home-manager configuration, per add byobu to packages list · andreijiroh-dev/nixops-config@e35e1b1. Now I am getting the following as I run commands both in Konsole and in VS Code Remote Tunnel shell sessions:

[9]+  Done                    /nix/store/zgf96lvbsygmjcb2r4kgh439dqh12pwh-pulseaudio-17.0/bin/paplay /nix/store/j4wk9i5b2nrx5j0c3f4x524p658lay71-sound-theme-freedesktop-0.8/share/sounds/freedesktop/stereo/complete.oga
/nix/store/lc9vqcyw7z99c19b43gbhpfnk0bi6qvy-xprop-1.2.7/bin/xprop:  unable to open display ':0'
Error calling StartServiceByName for org.freedesktop.Notifications: Timeout was reached
/nix/store/lc9vqcyw7z99c19b43gbhpfnk0bi6qvy-xprop-1.2.7/bin/xprop:  unable to open display ':0'

The errors are there since I logged off from KDE Plasma to operate it as a headless server while I am away from home for remote access at school via Tailscale and VS Code Remote Tunnels (as mentioned earlier).

Is there any way to just not use them at all or did I unexpectedly add some packages as I run nixos-rebuild switch earlier?

I probably forgot to read the upstream documentation to silence them, but still asking here why it just sliently installed in the first place.

EDIT 1: Nevermind, I blindly followed some docs to enable programs.bash.undistractMe, so there we go.