From 78f5fe484134fd2a3824610fa858f31b67812150 Mon Sep 17 00:00:00 2001 From: ringofstorms Date: Mon, 1 Apr 2024 01:11:57 -0500 Subject: [PATCH] used dconf2nix to help me format this properlly --- users/josh/theme/gnome.nix | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/users/josh/theme/gnome.nix b/users/josh/theme/gnome.nix index 237c2e3..4928670 100644 --- a/users/josh/theme/gnome.nix +++ b/users/josh/theme/gnome.nix @@ -38,13 +38,12 @@ "org/gnome/settings-daemon/plugins/media-keys" = { # Disable the lock screen shortcut screensaver = [ "" ]; - custom-keybindings = { - custom0 = { - binding = "Return"; - command = "alacritty"; - name = "launch terminal"; - }; - }; + custom-keybindings = [ "/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/" ]; + }; + "org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0" = { + binding = "Return"; + command = "alacritty"; + name = "Launch terminal"; }; "org/gnome/desktop/wm/keybindings" = { minimize = [ "" ];