qenya/dconf: allow sound over 100%

This commit is contained in:
Katherina Walshe-Grey 2024-12-27 01:38:14 +00:00
parent 644df7986a
commit c6a16f25ef

View file

@ -11,6 +11,7 @@ in
dconf.settings = { dconf.settings = {
"org/gnome/settings-daemon/plugins/color".night-light-enabled = true; "org/gnome/settings-daemon/plugins/color".night-light-enabled = true;
"org/gnome/desktop/sound".event-sounds = false; "org/gnome/desktop/sound".event-sounds = false;
"org/gnome/desktop/sound".allow-volume-above-100-percent = true;
}; };
imports = [ imports = [