mirror of
https://git.sr.ht/~neverness/ultima
synced 2025-01-09 09:43:53 +00:00
11 lines
308 B
Nix
11 lines
308 B
Nix
{ userName, ... }: {
|
|
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;
|
|
};
|
|
}
|