hosts: homes: bazin: ignore interactive adb shells
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This commit is contained in:
parent
eb668525f8
commit
f9cdff8c13
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue