diff --git a/nix/xdg.nix b/nix/xdg.nix index 78265b2..7c020f9 100644 --- a/nix/xdg.nix +++ b/nix/xdg.nix @@ -190,4 +190,13 @@ in { configFile."environment.d/qt.conf" = { source = ../.config/environment.d/qt.conf; }; + configFile."zellij/config.kdl" = { + text = '' + keybinds { + shared { + bind "Ctrl q" { } + } + } + ''; + }; }