homes: bazin: enable zsh notifications
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
d6c2948135
commit
8b07ff5bbe
|
@ -21,5 +21,17 @@
|
||||||
package = pkgs.emptyDirectory;
|
package = pkgs.emptyDirectory;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
zsh = {
|
||||||
|
notify = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
|
ssh = {
|
||||||
|
enable = true;
|
||||||
|
# `notify-send` is proxied to the ChromeOS layer
|
||||||
|
useOsc777 = false;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue