diff --git a/modules/gnome-config.nix b/modules/gnome-config.nix index 48f6322..92a6613 100644 --- a/modules/gnome-config.nix +++ b/modules/gnome-config.nix @@ -13,6 +13,11 @@ home-manager.users.yoda = { osConfig, config, pkgs, ... }: { dconf.settings = { + "org/gnome/desktop/media-handling" = { + # Settings > Removable Media > Never promt or start apps on media insertion + autorun-never = true; + }; + "org/gnome/settings-daemon/plugins/power" = { # Settings > Automatic Suspend > Plugged In sleep-inactive-ac-type = "nothing";