hosts: homes: bazin: ignore interactive adb shells
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2024-02-23 13:28:48 +00:00
parent eb668525f8
commit f9cdff8c13

View file

@ -1,5 +1,5 @@
# Google Laptop configuration # Google Laptop configuration
{ lib, pkgs, ... }: { lib, options, pkgs, ... }:
{ {
services.gpg-agent.enable = lib.mkForce false; services.gpg-agent.enable = lib.mkForce false;
@ -26,6 +26,10 @@
notify = { notify = {
enable = true; enable = true;
exclude = options.my.home.zsh.notify.exclude.default ++ [
"adb shell$" # Only interactive shell sessions
];
ssh = { ssh = {
enable = true; enable = true;
# `notify-send` is proxied to the ChromeOS layer # `notify-send` is proxied to the ChromeOS layer