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 = [];