mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
gnome config
This commit is contained in:
parent
bc3a74c9de
commit
e3770bb8d5
@ -52,6 +52,11 @@
|
||||
"org/gnome/desktop/media-handling" = {
|
||||
# Settings > Removable Media > Never promt or start apps on media insertion
|
||||
autorun-never = true;
|
||||
|
||||
# Don't automount external drives.
|
||||
# https://unix.stackexchange.com/a/460299/315162
|
||||
automount = false;
|
||||
automount-open = false;
|
||||
};
|
||||
|
||||
"org/gnome/settings-daemon/plugins/power" = {
|
||||
|
Loading…
Reference in New Issue
Block a user