1
0
Fork 0
mirror of https://git.sr.ht/~neverness/ultima synced 2025-01-10 08:53:57 +00:00
ultima/modules/home/programs/gui/floorp/settings.nix

12 lines
309 B
Nix
Raw Normal View History

{ x, ... }:
with x; {
2024-11-21 09:24:15 +00:00
programs.floorp.profiles.${userName}.settings = {
# OTHER
"extensions.autoDisableScopes" = 0;
"layers.acceleration.force-enabled" = true;
"gfx.webrender.all" = true;
"svg.context-properties.content.enabled" = true;
"ui.key.menuAccessKeyFocuses" = false;
};
}