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
4109e31732
commit
2985e56fff
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user