used dconf2nix to help me format this properlly

This commit is contained in:
ringofstorms 2024-04-01 01:11:57 -05:00
parent d387d29642
commit 78f5fe4841

View file

@ -38,13 +38,12 @@
"org/gnome/settings-daemon/plugins/media-keys" = {
# Disable the lock screen shortcut
screensaver = [ "" ];
custom-keybindings = {
custom0 = {
binding = "<Super>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 = "<Super>Return";
command = "alacritty";
name = "Launch terminal";
};
"org/gnome/desktop/wm/keybindings" = {
minimize = [ "" ];