diff options
-rw-r--r-- | modules/gnome.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/gnome.nix b/modules/gnome.nix index d032d4b..9808164 100644 --- a/modules/gnome.nix +++ b/modules/gnome.nix @@ -41,6 +41,7 @@ in custom-keybindings = [ "/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/" "/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1/" + "/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom2/" ]; }; @@ -55,6 +56,12 @@ in command = "switch-theme"; name = "Switch Theme"; }; + "org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom2" = { + binding = "Favorites"; + command = "switch-theme"; + name = "Switch Theme 2"; + }; + }; } |