From 28ae33c58f02cbaf3152c67a3be3aec4c22f5604 Mon Sep 17 00:00:00 2001 From: Mohamed Chrayed Date: Mon, 9 Mar 2026 08:59:27 +0100 Subject: [PATCH] keybind --- modules/gnome/usr/gnome-mo.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/gnome/usr/gnome-mo.nix b/modules/gnome/usr/gnome-mo.nix index e37096a..053a0dc 100644 --- a/modules/gnome/usr/gnome-mo.nix +++ b/modules/gnome/usr/gnome-mo.nix @@ -47,9 +47,9 @@ magnifier-zoom-out = []; }; "org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0" = { - command = ["kgx --tab"]; - binding = ["Return"]; - name = ["Console"]; + command = "kgx --tab"; + binding = "Return"; + name = "Console"; }; "org/gnome/desktop/wm/keybindings" = { activate-window-menu = [];