home-manager: add zellij config 'Ctrl q' override

This commit is contained in:
surtur 2023-10-11 17:30:20 +02:00
parent 031a110578
commit 54632c3ebf
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

@ -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" { }
}
}
'';
};
} }