From 2985e56fff21091ebc32e91482e0361f1e0b46c4 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Sat, 16 Sep 2023 17:37:19 +0200 Subject: [PATCH] GNOME config --- modules/gnome-config.nix | 5 +++++ 1 file changed, 5 insertions(+) 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";