diff --git a/modules/gnome-config.nix b/modules/gnome-config.nix index 8da9e05..9945542 100644 --- a/modules/gnome-config.nix +++ b/modules/gnome-config.nix @@ -49,6 +49,11 @@ sleep-inactive-battery-type = "suspend"; }; + "org/gnome/settings-daemon/plugins/media-keys" = { + # Settings > Keyboard > Keyboard Shortcuts > Launchers > Home folder + home = ["e"]; + }; + "org/gnome/system/location" = { # Settings > Privacy > Location Services > Allow permitted apps to access location data enabled = true;