From 11876497f4bec73e88078fcd4f78b57231416b6e Mon Sep 17 00:00:00 2001 From: ant Date: Sun, 3 Aug 2025 20:17:56 +0200 Subject: [PATCH] add docker config to chaage default detach key --- home/home.nix | 1 + 1 file changed, 1 insertion(+) 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;