modules/home/desktop/zellij: disable shell integrations
All checks were successful
/ check (pull_request) Successful in 40s
/ check (push) Successful in 46s

This commit is contained in:
Nikodem Rabuliński 2025-03-21 23:31:18 +01:00
parent 16e8f3f0f4
commit cdfd00a99c
Signed by: nrabulinski
SSH key fingerprint: SHA256:AZZVyfKStaCo8sbJB+3Rr/CRrlym1oEgw7vMnynJeR8

View file

@ -3,7 +3,12 @@
# TODO: Move zellij to a wrapper
programs.zellij = {
enable = true;
enableBashIntegration = false;
enableFishIntegration = false;
enableZshIntegration = false;
settings = {
default_layout = "compacter";
show_startup_tips = false;
keybinds = {
shared_except = {
_args = [ "locked" ];