diff --git a/home/home.nix b/home/home.nix index 24eae3f..551a334 100644 --- a/home/home.nix +++ b/home/home.nix @@ -45,6 +45,7 @@ home.file = { + ".docker/config.json".text = (builtins.toJSON { detachKeys= "ctrl-z,z"; }); ".config/kitty/light.conf".source = dotfiles/kitty/light.conf; ".config/kitty/dark.conf".source = dotfiles/kitty/dark.conf;