mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-08-22 22:51:00 +05:30
refactor(browser): apply scaling for Brave
This commit is contained in:
@@ -25,6 +25,7 @@ in {
|
|||||||
package = pkgs.brave;
|
package = pkgs.brave;
|
||||||
commandLineArgs = [
|
commandLineArgs = [
|
||||||
"--disable-features=WebRtcAllowInputVolumeAdjustment"
|
"--disable-features=WebRtcAllowInputVolumeAdjustment"
|
||||||
|
"--force-device-scale-factor=1.05"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user