GNOME config

This commit is contained in:
Daniel Langbein 2023-09-16 17:37:19 +02:00
parent 4109e31732
commit 2985e56fff
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -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";