home-manager: add zellij config 'Ctrl q' override
This commit is contained in:
parent
031a110578
commit
54632c3ebf
@ -190,4 +190,13 @@ in {
|
|||||||
configFile."environment.d/qt.conf" = {
|
configFile."environment.d/qt.conf" = {
|
||||||
source = ../.config/environment.d/qt.conf;
|
source = ../.config/environment.d/qt.conf;
|
||||||
};
|
};
|
||||||
|
configFile."zellij/config.kdl" = {
|
||||||
|
text = ''
|
||||||
|
keybinds {
|
||||||
|
shared {
|
||||||
|
bind "Ctrl q" { }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
'';
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user